* Move Recreate Out of executors
* Add Entities option in Operations
* Fix Reindexing for null list for referred columns
(cherry picked from commit 907eb7cb0739be69d4a7274c12f4dea8bacfeedb)
* fix: edit description permission for domain owner
* fix: usage of permissions prop
* test: fix unit test and add e2e test for edit description
* refactor: remove editCustomAttributePermission and viewAllPermission props
* fix: e2e test for edit description
* fix: playwright tests
* fix: update e2e test for edit description
(cherry picked from commit 4059df8843afe472f27b3712a2a7ef562f1f5f10)
* Fixing Data Insights index mapping
* Add OpenMetadataOperations cli endpoint to reindex data insights
* Improve IndexMapTemplate building
* Improve the code a bit
* Fix test
(cherry picked from commit 901063b80262a7fe2a43d5d9a2ed51529aaced1a)
This aims at fixing the s3 ingestion for parquet files, current behaviour is that
the pipeline will break if it encounters a file that is not valid parquet in the
the container, this is not great as containers might container non parquet files
on purpose like for example _SUCCESS files created by spark.
For that do not fail the whole pipeline when a single container fails, instead
count it as a failure and move on with the remainder of the containers, this is
already an improvement by ideally the ingestion should try a couple more files
under the given prefix before given up, additionally we can allow users to specify
file patterns to be ignored.
Co-authored-by: Abdallah Serghine <abdallah.serghine@olx.pl>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* fix the richTextEditor output in case on no data save
* revert the undefined to empty string as we previously had
(cherry picked from commit 06759c589da7b859e10ab31ab0d6cbd838b0069a)
* Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality)
* added icon for test case status
* added filters in the api
* added filters for dq
* added filter of table/column
* added test coverage
* address the comments
(cherry picked from commit 2c06bcf32719183c2a85a231763fdbc41224f6ea)
* fix lineage playwrigt flaky test
* increase the timer
* fix the async export issue
* remove the timer
* minor revert
(cherry picked from commit 68c324679ab9078849d4300043d4fc55d11657e5)
* feat(retention-policy): initial setup of the Retention Policy app
* refactor: Update logic to make RetentionPolicyApp a ScheduledOrManual app
* refactor: Update retention policy JSON schema and logic to support event subscription, versions, and activity thread with individual retention periods
* refactor: Rename eventSubscriptionRetentionPeriod to changeEventRetentionPeriod
* fix: Implement activity thread retention policy cleanup
* chore: Remove activity thread and versions retention code; add banner and icon
(cherry picked from commit 486230827dfa955a4dc77d3624aa7efb8d557137)
* fix(test): rest api service deletion taking longer
* fix entity name with schema
(cherry picked from commit 58b1ef1c039cd0c7c596f9d67417b8f3527d82d0)
* supported the task filter on landing page widget
* added playwright for the test
(cherry picked from commit 57ed033703f19d7da5844ab0b6b9f72f7541ae87)
* fix: get dashboard by id
* fix: function param name id->dashboard_id | python checkstyle
* refactor: used api version and rename get dashboard function
* fix: used clean uri
* Modify the setup for the tests and add teardown to reset the organization policies
* Fix the loader shown in case of no permission
* Add playwright tests to cover the viewAll permission with conditions
* Add description for the commented code
(cherry picked from commit 7fea955338b83bb5a9fac9e55a087ac54fc25fe4)
* fix user detail flaky playwright test
* fix the glossary flaky by adding await due to timeout
(cherry picked from commit 0e9c32cdb8bbeac3faaf6354a800bcd702d9780c)
* fix the api should not called after time out in Test connection
* minor addition around test
(cherry picked from commit 75e0c985e25b5b564ca2695094d2e6608cb1616e)
* fix the tracing highlighter after edge clicked
* close the drawer appeariance after switching from edge click to node
* added test to validate
(cherry picked from commit 79153272e0a615fba89bc8d097ece1660107e189)
* fix the wrong team count displayed on team tab
* added playwright test for checking counts
(cherry picked from commit 58f95e9e98fec96e05d9853969706a8980b92e8d)
* Fix#19313 - dbt ingestion picks up wrong service to patch metadata
* py format and linting
* Added a flag for searching across databases and docs
* py format
* fix the glossary description column width on term page
* decrease the width so for smaller screen, other column should not overflow
(cherry picked from commit b85883bfe772da6848b76a17f4235930c761e69f)
* Minor: added loading state, and error notification in testSuite.
* added the unit test
(cherry picked from commit 05f68ec7761b9b441920986fa856f6abaa092e01)
* percona server for postgresql support
The only meaningful difference is version string in percona server for postgresql. So commit propose universal and safe way to detect server version by integer string, not complicated parsing of unformatted string.
* updated tests with get_server_version_num
commented outdated tests
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit dcebc41e3f845933aaa9b9de8761eeb8fc52f9ee)
* Fix: downgrading ubuntu version to 22.04 on playwright jobs
* Fix: indentation issue in playwright skip jobs
(cherry picked from commit 21dd3e4342225e559a48e74f4366e25bf9a1f3f7)