11310 Commits

Author SHA1 Message Date
Akash Verma
581dfa41c0 Fix: Updated queries causing arithmetic overflow error (#19505)
Co-authored-by: Akash Verma <akashverma@Akashs-MacBook-Pro-2.local>
(cherry picked from commit 68a0e6af58e2f2c2497ed4149bf8e41ba2b309b1)
2025-01-24 08:26:37 +00:00
Suman Maharana
c7371a5fa3 Fix Duplicate table constraints (#19502)
(cherry picked from commit 94ed7e3c1aa2451049d3dcb13bc5b992092d5dd4)
2025-01-24 08:11:47 +00:00
Chirag Madlani
a2a4625b9b fix(ui): infinite loading for refresh attempted on app visit (#19491)
* 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)
2025-01-24 13:23:41 +05:30
Chirag Madlani
4b33077ae6 Fix(ui): refresh call concurrency for multiple browser tabs (#19303)
* fix(ui): refresh auth token for multi browser tabs

* update refresh logic

* fix multiple tab issue

* fix tests

* added tests

* fix ingestion bot failure

* fix sonar cloud

* update test description

* remove unused code and reset test on after all

* bump playwright

* avoid running refresh tests as it's been flaky for postgres

* revert playwright version bump changes

* Put 500 status

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
(cherry picked from commit 00a37c61803e6e47e8806bc8ebfa6eda3d857c54)
2025-01-24 13:03:36 +05:30
olof-nn
f61f62919a ISSUE-19454: Fixes broken looker lineage (#19456)
* ISSUE-19454: Fixes the broken lineage in looker when backticks enclosed table refs

* refactor

* use isort

* Update ingestion/src/metadata/ingestion/source/dashboard/looker/metadata.py

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>

---------

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2025-01-24 12:41:19 +05:30
Abdallah Serghine
b1086b6881 MINOR: fix model dump dict key names (#19484) (#19485)
Co-authored-by: Abdallah Serghine <abdallah.serghine@olx.pl>
2025-01-24 12:40:31 +05:30
Ayush Shah
427a06cfa8 MINOR: BigQuery Improvement, Hive Partitioned Tables, Nonetype issue resolved (#19429) 2025-01-24 12:39:34 +05:30
Ayush Shah
88315e2c84 MINOR: Typo for datetime attribute (#19420) 2025-01-24 12:38:38 +05:30
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