* remove unwanted spacing around the list in block editor
* fix spacing issue
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 13f3d19b5daab0b5875a7eb3560e0d19208c3ad0)
* fix the glossary column width sizes to the previous one
* move the colum logic to utils file and added test for it
(cherry picked from commit 182b8ab864fc44cf3c2fbf2a4ae739f97beff32d)
* fix(ui): update glossary term table upon new term added
* fix the active tab getting change and added the playwright test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* Improvement : Avoid usage of CONCAT in WHERE clause
* fix tests
* remove usage of @BindFqnConcat
* remove usage of @BindFqnConcat
* fix test
* fix test
(cherry picked from commit 82198f81266799e65e308e13b9c16a7029dec301)
* fix: remove tooltip for tag edit mode
* refactor: remove comments
* fix: tooltip logic for non edit mode
* fix: hide tooltip for tag edit mode
* refactor: remove prop for TagsV1 component
* style: move cursor-pointer property to Tag
* fix: unit test failure
* fix: mock implementations for unit test
* revert test case changes
(cherry picked from commit c817785bb1ab52385086437e5fb7af545d58096b)
* fix the glossary column width sizes to the previous one
* move the colum logic to utils file and added test for it
(cherry picked from commit 182b8ab864fc44cf3c2fbf2a4ae739f97beff32d)
* fix(ui): infinite loading for refresh attempted on app visit
* add tests for refresh logic
* added test for validating after refresh behavior
* improve test for refresh scenario
(cherry picked from commit 1e7377c2e4e664c1948df77fc87c298386a0062b)
* 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)