* Fix unparsable date and remove legacy code
* fix ui for data insight cleanup
* fix unit tests
* fix tour playwright
* fix percentage value and label for charts
* Moved 'NoTier' filter from Filter to Query
* Removed SystemChartType.TotalDataAssetsByTier from condition
* Hack: Quick fix for calculating the % difference on System Charts
* Fix checkstyle
---------
Co-authored-by: Chira Madlani <chirag@getcollate.io>
* Fix unparsable date and remove legacy code
* fix ui for data insight cleanup
* fix unit tests
* fix tour playwright
* fix percentage value and label for charts
---------
Co-authored-by: Chira Madlani <chirag@getcollate.io>
* fix status badge for search index application
* fix sonar and added separate color for activeError
* Running status
* remove the css for activeError
* fix count button styling in explore tree node
* fix the connector icon not proper in list
* remove the unused code
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* 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>