* Add secret key field for the webhook destination in alerts
* Localization changes
* Add connection timeout field in the alert form destination section.
Add tests for the changes
* Localization changes
* masking the secret key.
* masking the secret key.
* moved the logic to prepare and entitySpecificUpdate functions.
* cleaned comments
* Test Fixes
---------
Co-authored-by: Siddhanttimeline <siddhanttimeline9@gmail.com>
Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Fix: Remove unintended inclusion of child aliases after cluster alias update
* fix the dataAssetWidget and entityDoc playwright failure
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* fix: Allow non numeric numbers to be sent via Json, Replace NaN values with None in SQAProfilerInterface
Replace NaN values with None in the SQAProfilerInterface class to maintain database parity. NaN values will be cast to null in OpenMetadata. This change ensures that data handling processes account for this conversion.
* fix: histogram overflow error
* test: Add Unit Test for Null and Null Ratio Metric
* chore: Address comments
* chore: Address comments
* fix: checkstyle and message
* fix: failing tests as null count works as expected
* Fix : Propagation of owners and domain in search
* update test
* optimize ADD_REMOVE_OWNERS_SCRIPT update query es script
* optimizes script by checking for inherited fields(inherited = true) before updating or adding them.
* fix glossary verion spec by adding slow since, test contains steps
* added slow in test as they are exceding in the runs
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Implement Multi Data Streams. Fix Duplicating issue
* Fix Test for multi index search
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Fix backend tests and have index alias with clusterAlias appended
* Fix backend tests and have index alias with clusterAlias appended
* Fix failing tests
* alias setup
* fix suggestion not working due to alias
* fix getIndexOrAliasName method for multiple indexes
* update openmetadata.yaml
* update childAliases with clusterAlias
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* MINOR: DI add no tier in system chart
* checkstyle
* minor ui fixes
* tier filter fix
* ignore tags and glossaries from tier table
* enhance advance search provider
* Ignore data products as well
* Empty Filter Condition & Lowecase Owner Displayname
* opensearch
* sort graph data to confirm order of graph
* address comments
* handle domain in advanced filter
---------
Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Minor: inherit owner/domain for apiEndpoints
* test: add playwright test for owner propagation
* Minor: inherit owner/domain for apiEndpoints
* add script to propagate owners in search index of children entity
* exclude propagateOwners for testcase
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>