11352 Commits

Author SHA1 Message Date
Shrushti Polekar
17b0f34e44 fix failing e2e test for customize page landing (#19490)
(cherry picked from commit b3d00077ccd20f812b44979d008e9dec14fd166f)
2025-01-24 05:33:06 +00:00
Mohit Yadav
8077c50454 Move Recreate Out of executors (#19501)
* Move Recreate Out of executors

* Add Entities option in Operations

* Fix Reindexing for null list for referred columns

(cherry picked from commit 907eb7cb0739be69d4a7274c12f4dea8bacfeedb)
2025-01-24 05:09:50 +00:00
Ashish Gupta
b179984bfa fix the description renderer in team and user import (#19492)
(cherry picked from commit 6c381b1ce1a985ac14d2c29fe0b381a1ed05e650)
2025-01-23 14:27:17 +00:00
Pranita Fulsundar
4abe64087a fix: edit description permission for domain owner (#19475)
* 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)
2025-01-23 13:27:54 +00:00
IceS2
95501d850e FIX #19386 & #19388: Fixing Data Insights index mapping (#19423)
* 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)
2025-01-23 09:03:59 +00:00
Abdallah Serghine
54f7985dbf ISSUE-16094: fix s3 storage parquet structureFormat ingestion (#18660)
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>
2025-01-22 19:19:47 +05:30
Ashish Gupta
ff9f9063d7 fix the richTextEditor output in case on no data save (#19476)
* 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)
2025-01-22 19:06:41 +05:30
Shailesh Parmar
4c8a268688 Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality) (#19231)
* 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)
2025-01-22 13:24:55 +00:00
Ashish Gupta
fb017572b3 #19432: fix the description renderer in glossary import (#19450)
* fix the description renderer in glossary import

* added test for the same

(cherry picked from commit c406cceb9a649292efa15e915ec5056c277c0149)
2025-01-22 10:57:07 +00:00
Ashish Gupta
0bc5164f2b #19474: fix the async export csv not happening in lineage (#19397)
* fix lineage playwrigt flaky test

* increase the timer

* fix the async export issue

* remove the timer

* minor revert

(cherry picked from commit 68c324679ab9078849d4300043d4fc55d11657e5)
2025-01-22 07:50:53 +00:00
Mohit Yadav
8ae94f598b [Fix-19437] Redirection issue on IDP initiated calls (#19443)
Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 5064602dc8228cfd0c60b31f07d6447851f8a226)
2025-01-22 06:17:38 +00:00
Sriharsha Chintalapani
c194631488 Fix #issue-16041: The persona JSON schema is named Team (#19035) 2025-01-21 07:42:07 -08:00
Siddhant
eef769fb47 #15600: Retention Application : Delete change_events, activity threads, versions based on admin retention policies (#18913)
* 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)
2025-01-21 12:44:36 +00:00
sonika-shah
0577e139f2 Minor : Get missing dataProducts and pipeline properties in /customProperties api (#19445)
(cherry picked from commit 9a69c18b594de5dabd956904038f02b0dc96aa62)
2025-01-21 09:29:10 +00:00
Ashish Gupta
9de8bcb31c fix the description not rendered in Glossary Modal while edit (#19453)
(cherry picked from commit 5e7847e2f5d1a2168ea08189d2253d34232992c9)
2025-01-21 07:13:32 +00:00
Chirag Madlani
be77f1017f fix(test): rest api service deletion taking longer (#19439)
* fix(test): rest api service deletion taking longer

* fix entity name with schema

(cherry picked from commit 58b1ef1c039cd0c7c596f9d67417b8f3527d82d0)
2025-01-21 06:13:48 +00:00
Ashish Gupta
6fc6d34738 #19406: supported the task filter on landing page widget (#19431)
* supported the task filter on landing page widget

* added playwright for the test

(cherry picked from commit 57ed033703f19d7da5844ab0b6b9f72f7541ae87)
2025-01-20 17:16:24 +00:00
Keshav Mohta
aeef12352c Fixes #18570 - Redash Get Dashboards (#19331)
* 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
2025-01-20 15:33:44 +05:30
Shailesh Parmar
4be638c996 playwright: fixed failing incident manager test (#19367) 2025-01-20 14:10:42 +05:30
Suman Maharana
67b79afbe4 Fix Kafkaconnect validation errors (#19401)
(cherry picked from commit 1112de22bc85d0f7f194e8d93cc65160e1261015)
2025-01-20 06:29:06 +00:00
Aniket Katkar
48c81a6277 Minor: Improve cron expression validations (#19426) 2025-01-20 10:41:29 +05:30
Mayur Singal
6786e3efec MINOR: Fix DI Filter not getting applied (#19400)
(cherry picked from commit e5acdab3b814510636926afc2b19cf21449ed8b3)
2025-01-20 05:08:12 +00:00
Aniket Katkar
0dd1114f1a Minor: Change log localization improvement (#19427)
* Change the localization key for the 'Change Log'

* make Change log plural

* Localization changes

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 3a36554812b9b6490d23750f04cec9388fae1137)
2025-01-19 06:52:05 +00:00
Aniket Katkar
2f929f69a6 Fix the permissions call made for search service (#19430)
(cherry picked from commit 8bbc5945889a9c483f006e3800b42dde695ca34f)
2025-01-18 19:48:09 +00:00
sonika-shah
9417f23fc8 Fix - 19359 : Get only non-deleted entities in export (#19396)
(cherry picked from commit b8ea10539595debb8e0fcdf4b45fddc274760d69)
2025-01-17 09:15:21 +00:00
Karan Hotchandani
4b08eea180 fix glossary playwright (#19394)
* fix glossary tests

* fix glossary test

* Update GlossaryPagination.spec.ts

(cherry picked from commit 6f63a5102452a3d217471c2ae85afe7fc2520772)
2025-01-17 11:29:51 +05:30
Aniket Katkar
744fe65e02 Tests #19066: Playwright coverage for ViewAll rule with matchAnyTag() and isOwner() condition (#19374)
* 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)
2025-01-17 03:40:00 +00:00
Teddy
ba95ccb6ec MINOR - Async test case result deletion (#19390)
* fix: async test case result deletion

* move async call to calling method

(cherry picked from commit d8e6219200fe94c1f00111a2c836e844c22b0992)
2025-01-16 17:16:36 +01:00
Ashish Gupta
a5dc33e586 PLAYWRIGHT: fix flaky playwright test (#19309)
* fix user detail flaky playwright test

* fix the glossary flaky by adding await due to timeout

(cherry picked from commit 0e9c32cdb8bbeac3faaf6354a800bcd702d9780c)
2025-01-16 11:15:32 +05:30
Ashish Gupta
39f595d837 fix the api should not called after time out in Test connection (#19376)
* fix the api should not called after time out in Test connection

* minor addition around test

(cherry picked from commit 75e0c985e25b5b564ca2695094d2e6608cb1616e)
2025-01-16 05:39:15 +00:00
Ashish Gupta
ab15ef7424 MINOR: fix the tracing highlighter after edge clicked (#19346)
* 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)
2025-01-16 05:17:05 +00:00
Ashish Gupta
b33fb9b22f MINOR: fix the wrong team count displayed on team tab (#19368)
* fix the wrong team count displayed on team tab

* added playwright test for checking counts

(cherry picked from commit 58f95e9e98fec96e05d9853969706a8980b92e8d)
2025-01-15 12:19:00 +00:00
Suman Maharana
6224b54900 Fix #19313 - dbt ingestion picks up wrong service to patch metadata (#19337)
* 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
2025-01-15 13:19:57 +05:30
mohitdeuex
9dbdb424d9 Merge remote-tracking branch 'origin/1.6.3' into 1.6.3 2025-01-15 12:47:40 +05:30
Mohit Yadav
f4da0306fd Fix Search Index for ER Model (#19349)
(cherry picked from commit 3c2f037534475e13459f04f70e42d0b9456a7652)
2025-01-15 12:47:31 +05:30
Ashish Gupta
4b80b4a433 MINOR: fix the glossary description column width on term page (#19332)
* 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)
2025-01-15 06:59:59 +00:00
Chirag Madlani
044de743a1 test(e2e): fix flaky searchIndexApplication.spec.ts (#19318)
(cherry picked from commit 9f19b42668d02e269b0985c336cb6820546d8417)
2025-01-15 11:54:58 +05:30
Mohit Yadav
fdad1fcf52 Fix Search Index for ER Model (#19349) 2025-01-15 11:46:15 +05:30
sonika-shah
12a9da0864 dataProduct : get inherited fields from corresponding Domain (#19343)
* dataProduct : get inherited fields from corresponding Domain

* add tests

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 788dfc331f0dae238c0c27a226e6208cc5031b17)
2025-01-14 16:47:33 +00:00
Karan Hotchandani
25b0fb39e9 fix glossary tests (#19352)
(cherry picked from commit 94cbadb772a0f118fcc0621b2ad94d7e8e295709)
2025-01-14 16:15:46 +00:00
Ashish Gupta
2864e17976 MINOR: fix the favicon not being updated (#19357)
* fix the favicon not being updated

* minor condition check added

(cherry picked from commit a28c30ec7f4561af450482a8d074eabef78fc616)
2025-01-14 15:07:20 +00:00
Shailesh Parmar
bde5b277f8 Minor: added loading state, and error notification in testSuite. (#19350)
* Minor: added loading state, and error notification in testSuite.

* added the unit test

(cherry picked from commit 05f68ec7761b9b441920986fa856f6abaa092e01)
2025-01-14 14:52:07 +00:00
agriev
cbbbca5472 Adds percona server for postgresql support (#19322)
* 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)
2025-01-14 01:52:45 +00:00
Andrés Muñoz Vera
4b2ff1cba9 Fix(ci) downgrade ubuntu version on playwright jobs (#19339)
* Fix: downgrading ubuntu version to 22.04 on playwright jobs

* Fix: indentation issue in playwright skip jobs

(cherry picked from commit 21dd3e4342225e559a48e74f4366e25bf9a1f3f7)
2025-01-13 15:57:28 +00:00
github-actions
32db93ca28 chore(release): Prepare Branch for 1.6.3 2025-01-13 07:19:41 +00:00
Sweta Agarwalla
6fd13d940c Update welcome page condition (#19308)
* update welcome page condition

* update Welcome page consition

* fix conditions

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 63090da961c89b5314a8270262aa8d3faf4c7eb9)
1.6.2-release
2025-01-10 16:00:12 +05:30
Aniket Katkar
dd4b29c10c Minor: Update what's new content (#19300)
* update what's new content

* Update the release date

(cherry picked from commit d394fd0cffc0c79439f840dc6ea170eed728a85d)
2025-01-10 09:12:02 +00:00
Pere Miquel Brull
fef6376d1f MINOR - Add Gov entities for entity ref & Automator Actions (#19090)
* MINOR - Add Gov entities for entity ref

* MINOR - Add Gov entities for entity ref

* add automator configs

* add automator configs
2025-01-10 14:23:25 +05:30
Sriharsha Chintalapani
a68cc5de8d fix checkstyle 2025-01-09 19:36:53 -08:00
Teddy
b5d240b8f9
fix= (#19304)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-01-09 19:36:11 -08:00