* 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(bigquery): unquote and convert any escaped characters to their actual representations
* test: bigquery description with multiple line
---------
Co-authored-by: Imri Paran <imri.paran@gmail.com>
* Fix the ingestion failure error message
* Remove the 'Add Display Name' text on user profile page when no display name is present
* Only allow logged in user to change the description of their profile
* Update the unit tests for new changes
* Add user description mock constant
* Add playwright test for the user display name and description permissions
* fix cypress, playwright test and remove displayName element from DOM if not present
* fix playwright failure due to displayName removal from DOM
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Fix the double pagination handler showing on pipelines tab of services listing page
* Fix glossary spec flakiness with Assets count verification step `Rename the same entity again`
* Revert the glossary spec changes
* 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(ui): redirect unauthorised users to error page
* remove left panel for import action in glossary import
* fix data insight app stuck in aut
* fix path issue
* fix setup issue
* add tree field to build advance filter on ui side
* update unauthorised page level to root instead authenticated
* minor fixes
* update error message
1. update docs using gcp credentials in path.
2. updated example `clientIt` in docs
3. fixed client to work with implicit project
4. fixed workflow to warn about missing buckets
* 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>
* MINOR: Make Include ddl disabled by default
* make schema def failure warning debug
* Add missing condition
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Pablo Takara <pjt1991@gmail.com>
* mysql integration tests
* fix(data-quality): accept between with no bounds
add between filters only when the bounds are defined. if they are not (ie: resolve to 'inf' values), do not add any filters
* format
* consolidated ingestion_config
* format
* fixed handling of date and time columns
* fixed tests