* Added cypress tests for checking the option for permanent delete is available for soft deleted teams
* Added checks in cypress tests for team type select while adding teams
Added 'cancel deletion' scenario while team deletion
* Fixed issue: Quality tests can not be created if the column names have spaces or special characters #7623
* Added logic to not decode fqn param from path
* Removed commented out code
* Allowed only "_" in spacial character in test case name
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* Update JSON schemas
* Update create and update endpoint and remove /generateToken endpoint
* Add AuthMechanism and Token Expiry Field on the Add bot page
* Remove unwanted tests
* Add logic to show authMechanism based on auth provider
* Add authConfig to bots details page
* Backend implementation with secret manager
* Fix invalid date issue
* Add support for update bot token details
* Add logic for SSO auth
* Add fields for google sso auth client
* Add Edit Option.
* Updated ingestion CLI and secret manager issues
* Updated tests with errors
* Removed unused method
* Removed test files
* Fix broken JSON schema
* Fix typescript error
* Pass the bot permissions from the bot details page
* Minor errors related to the secret manager
* Restore Airflow configuration for retrocompability
* Add support for all SsoServiceType client config
* Fix Unit test
* Update tests
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Update airflow-apis-tests-3_9.yml
Updated workflows to run on main branch and also on all release branches
* Update cypress-integration-tests-mysql.yml
Updated workflows to run on main branch and also on all release branches
* Update cypress-integration-tests-postgresql.yml
Updated workflows to run on main branch and also on all release branches
* Update docs-tests.yml
Updated workflows to run on main branch and also on all release branches
* Update java-checkstyle.yml
Updated workflows to run on main branch and also on all release branches
* Update maven-build.yml
Updated workflows to run on main branch and also on all release branches
* Update openmetadata-ingestion-core-version-comment.yml
Updated workflows to run on main branch and also on all release branches
* Update py-checkstyle.yml
Updated workflows to run on main branch and also on all release branches
* Update py-generate.yml
Updated workflows to run on main branch and also on all release branche
* Update py-ingestion-core-publish.yml
Updated workflows to run on main branch and also on all release branches
* Update py-tests.yml
Updated workflows to run on main branch and also on all release branches
* Update selenium-noIngestion-tests.yml
Updated workflows to run on main branch and also on all release branches
* Update sync-docs.yml
Updated workflows to run on main branch and also on all release branches
* Update yarn-coverage.yml
Updated workflows to run on main branch and also on all release branches
* Update airflow-apis-tests-3_9.yml
Updated workflows to run on main branch and also on all release branches
* Update cypress-integration-tests-mysql.yml
Updated workflows to run on main branch and also on all release branches
* Update cypress-integration-tests-postgresql.yml
Updated workflows to run on main branch and also on all release branches
* Update docs-tests.yml
Updated workflows to run on main branch and also on all release branches
* Update java-checkstyle.yml
Updated workflows to run on main branch and also on all release branches
* Update maven-build.yml
Updated workflows to run on main branch and also on all release branches
* Update openmetadata-ingestion-core-version-comment.yml
Updated workflows to run on main branch and also on all release branches
* Update py-checkstyle.yml
Updated workflows to run on main branch and also on all release branches
* Update py-tests.yml
Updated workflows to run on main branch and also on all release branches
* Update selenium-noIngestion-tests.yml
Updated workflows to run on main branch and also on all release branches
* Update sync-docs.yml
Updated workflows to run on main branch and also on all release branches
* UI Fixed: Styling of adding Related Terms and Synonyms is different #7671
* fixed unit test
* fixed cypress config
* Fixed issue Improve Assets listing of Glossary Term - P0 - 0.12.1 #7672
* Added Hive syntax for RAND and PERCENTILE functions
* Added logic to handle missing context attributes in post_process of the topology
* Removed commit to wrong brancg
* Updated json schema to support dataType filter
* Added migration for test definition support of data type filtering
* Added backend logic to support filter on data type for testdefinitions
* Added migration for:
- supported test types
- renaming of certain tests from starting uppercase to lowercase
* removed openmetadata_db from migration
* added datatype filter in column test
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Encode entityLink string when processing request
* Added logic to decode column type from entityLink
* mvn code formating
* Extracted unquote step into its own function