* Add support for webhook secret key
* Fixes#2194 - Change dateTime field to unix epoch timestamp milliseconds and add support for webhook secret key
* Fixes#2194 - Added support for upgrading existing metadata to move dateTime attributes to timestamp
* Create the first failing test.
* Find deleted location.
* Support getService for a deleted location
* Add getByName for Location
* Add test for list
* Add list of Location
* Refactor getService
* Replace the Java Enum with a JSON type
* Fix null pointer exception in getService when the relationship is recovered while the entity is still deleted.
* Simplify the logic using Include.ALL. Implemented Table.
* Add test for Table deleted and Location non-deleted
* Fix small comment
* Implement add Follower delete Entity.
* Add chart and check container
* Add dashboard
* Add database
* Add mlmodel
* Add pipeline
* Add policy
* Add dashboard
* Add databaseService
* Add messaginservice
* Add pipelineService
* Add storageService
* Add role
* Add team
* Add topic
* Add ingestion
* Fix getFollowers NPE
* Disable Webhook tests for Include
* Disable User tests for Include
* Instead of passing Include.ALL, we pass the flag based on the deleted state of entity.
* 1st clean up of 'deleted = false'
* 2nd clean up of 'deleted = false'
* Delete useless return statement.
* Remove duplicated code
* Remove duplicated code in tests
* Remove duplicated code in EntityDAO
* Fix UserDAO and remove duplicated code in EntityRepository and EntityDAO
* Remove Include.NON_DELETED when possible.
* Rebase and fix the formatting
* Enhanced Tour feature
* Fix: #2182 - Tour steps getting skipped
* Fix: #2180 - Stat links deactivated on browser back from Tour route
* Addressing comments
* Addressing comments
* Adding license
* Remove gitignore on _versions.py
CI commits and pushes the new version in _versions.py and since the folder is marked under gitignore, CI fails to commit and push changes to the branch.
* bump version to 0.8.0.dev0 as already published
* added selenium tests for tags with space
* addressing style check
* addressing comments
* using config for url
* minor changes
* minor changes
* changes for new service page
* empty commit, testing workflow
* minor changes
* addressing style-check
* Reflection Cache for Bigquery and Redshift
* Overrided few sqlalchemy packages
* Added Geography Support
* Reformatted files
* DBT models error handling implemented
* Geography type added as a custom sqlalchemy datatype
* GEOGRAPHY and VARIANT added as custom sql types
* Implemented file formatting using black
* Implemented file formatting using black
* Fix#1994: Add support for marking dataset entities as deleted
* Fix#1994: Add support for marking dataset entities as deleted
* Fix#1994: Add support for marking dataset entities as deleted
* Use entity list from mixin
* Add entity reference helper
* Add tests for retrieving the entity reference
* Add missing space
* Fix shadowing
* Use get entity ref
* Use get entity ref
* Added entity version mixins logics to ometa API
* remove logging in line 385 used for testing
* Fixed black error + ran isort
* remove extra underscore in
* Added integration tests for OpenMetadata versions methods
* Fixed linting errors in versionMixin.py
* Select entity deleted or not
* Allow to PUT back a deleted Entity
* Update interface to get deleted flag
* Add delete + put test
* Rename to isDeleted
* Rename to DeletedOrExists
* Update delete_put test
* format
* Remove delete put test from interface
* Add mlmodel delete put test
* Add mlmodel delete put test
* Use minor version change for recover deleted
* Prepare delete put test
* Add recover soft delete relationships
* Fix recover for Entities with services
* Fix recover for Entities with services
* Add delete put tests
* Add delete put tests
* Format and sonar