4057 Commits

Author SHA1 Message Date
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
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
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
Shailesh Parmar
4be638c996 playwright: fixed failing incident manager test (#19367) 2025-01-20 14:10:42 +05:30
Aniket Katkar
48c81a6277 Minor: Improve cron expression validations (#19426) 2025-01-20 10:41:29 +05:30
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
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
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
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
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
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)
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
Sweta Agarwalla
a8683eefd2 MINOR: Add applications loading condition in My Data Page (#19292)
* add application loading condition in mydata

* update fetchDocument condition

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit e32dbe00d4cbf49161a911b15d1f215b13256bde)
2025-01-09 11:01:54 +00:00
Imri Paran
bfcbdd3b38 fix: reverted deprecated fields on testSuite (#19284)
Added deprecated fields with a notice. This is to ensure migrations that use them do not break.

(cherry picked from commit 7d059029458833ff4d6569c029fb57e2a188a34c)
2025-01-09 02:35:24 +00:00
Ashish Gupta
9cec8c5190 fix the inline edit button spacing on user page (#19289)
(cherry picked from commit 1360498ff6117b24db3f1c19e38ec16e531c0e12)
2025-01-08 14:14:16 +00:00
Aniket Katkar
fd4efb0c1e Minor: Update the what's new for 1.6.2 (#19285)
* Update the what's new for 1.6.2

* update the version id for cookie

(cherry picked from commit 6d1ad23a969dd0d64b64d5683493db0ef2b37193)
2025-01-08 13:29:22 +00:00
Pranita Fulsundar
60a9604d71 fix: reference table dropdown in add and edit query forms (#19026)
* fix: reference table dropdown in add and edit query forms

* fix: show full value of fqn

* fix: e2e test for create new query

* fix: e2e test for edit query

* fix: optionLabelProp value

* fix: optionLabelProp value to AsyncSelect component

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-01-08 15:37:54 +05:30
Sriharsha Chintalapani
6c1a8dad82 Issue-19197: Deleting Data Product should delete the data asset relationships (#19208)
* Issue-19197: Deleting Data Product should delete the data asset relationships

* Issue-19197: Deleting Data Product should delete the data asset relationships

* Minor: Fix the deleteByName

* add tests for data product delete case

* fix flaky tests

* update data products fqn keyword mapping

* Update table_index_mapping.json

* fix flaky test

* fix tests

* fix flaky tests

* fix flakiness

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit 490ebdebc3dc8684ea419c88fa2b3b14e69662bd)
2025-01-08 15:17:59 +05:30
Sweta Agarwalla
dccd151ffe MINOR: Add condition for welcome page (#19266)
* add condition for welcome page

* create mock for useWelcomeStore

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 29b48bec51a83ac88ec067090697afe62a03ddd8)
2025-01-08 12:50:56 +05:30
Mohit Yadav
26829f73d9 [Code Improv] Added Mappers (#19111) - Cherry pick 2025-01-08 12:45:13 +05:30
Suman Maharana
f763575cfe Fixes #17747: dbt update owners (#19144)
* Fixes 17747: dbt update owners

* update messages

* addressed comments

* py_format

* py_format

* Added tests
2025-01-08 11:49:48 +05:30
Suman Maharana
ab16ee659b Fixes #18816 - Airbyte api endpoint (#19207)
* Fix Airbyte api endpoint

* Fix Airbyte api endpoint
2025-01-08 11:46:13 +05:30
sonika-shah
6529e8cf6c Improvement #19065 : Support removing existing enumKeys (for enum type custom property) (#19054)
* Improvement : Support removing existing enumKeys (for enum type custom property)

* initial implementation of background job job runner for enum cleanup

* fix postgres query

* ui: allow existing enum value updates in EditCustomPropertyModal

* create BackgroundJob to use jsonSchema

* feat: add socket event handling for background job part1

* fix(i18n): remove trailing spaces in Galician language JSON file

* refactor to use jsonSchema

* feat(ui): show browser notification for custom property update

* feat(utils): add getCustomPropertyEntityPathname function and tests

* change enumCleanup trigger condition

* feat(i18n): add enum property update message to multiple language JSON files

* enhancement : improve execution flow and better exception handling with test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 5ccc0c5a2af7c4a074b6e90150bfb06f4abdcbe6)
2025-01-08 11:38:06 +05:30
Ashish Gupta
cb733a2ad8 fix the search for custom properties in advance search for some types (#19113)
* fix the search in advance search custom properties

* modify v1/metadata/types/customProperties api to get customPropertyConfig along with name and type

* added config list in the entity ref list

* fix type of duration, timestamp and other types

* minor ui changes

* remove customProperty type which are not supported for now

* added playwright test around the duration type property

* fix flaky test

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
(cherry picked from commit 2179b43232803a9ebb7465fb1d545b887d68252c)
2025-01-08 11:28:02 +05:30
Mayur Singal
9a63d776b5 Fix #19160: Add Depth Support Part-1 (#19275)
(cherry picked from commit e32ad88c813c0077c26f90ca24b34ebc0f62f9f2)
2025-01-08 05:49:30 +00:00
Chirag Madlani
d387bf263b fix(ui): render column type max 3 lines and ellipsis (#19046)
(cherry picked from commit ea5a246a44f53cee3d9f21a6c55caf691896a943)
2025-01-08 10:52:20 +05:30
Karan Hotchandani
49b2030ea8 remove extra assignees from workflow (#19030)
(cherry picked from commit 497b477be3d2064f29825891c1a6436dce83362e)
2025-01-08 10:21:45 +05:30
Aniket Katkar
6a3f3d5232 Minor: Add missing asset specific filter options for automator filters (#19268)
* Add missing filter options for glossary term, data model and stored procedure data assets.

* make the handleDeleteSelection prop optional for PipelineActionsDropdown component

* Fix the unit test

(cherry picked from commit 6a285781caa75b0421b3d27571f34c5da4d1eeae)
2025-01-08 01:29:13 +00:00
Pere Miquel Brull
8fc6e8f52b Fix #19147 - Executable Test Suites (#19221)
* backend

* format & tests

* rename backend

* migrations and ingestion

* format & tests

* format & tests

* tests

* format & tests

* tests

* updated ui side of changes

* addressing comment

* fixed failing unit test

* fix test list

* added e2e test, and fixed existing test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-01-07 21:35:23 +01:00
Sweta Agarwalla
559352047c FIX: Update glossary listing (#18880)
* update fetch glossary function

* fix minor issues

* fix add glossaries issue

* fix delete issue

* update glossary listing

* update glossary

* refactor

* updated glossary listing issues

* add scrollIntoView

* update glossary

* fix fetching logic

* fix init of glossaries

* add playwright tests

* add timeout

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit 1e1ef473d716fc2186274656d20ae23b4bddc998)
2025-01-07 19:34:51 +00:00
Shailesh Parmar
dba1440b2a playwright: reset the profiler bot token in AUT (#19156)
* playwright: reset the profiler bot token in AUT

* addressing comment
2025-01-07 20:32:40 +05:30
Sachin Chaurasiya
22bc3b1ab8 Minor: Enhance Block Editor Adjust drag-and-drop handles and improve bar menu layout (#19228)
* Minor: Enhance Block Editor Adjust drag-and-drop handles and improve bar menu layout

* Refactor: Replace RichTextEditor with dynamic description fields in user and team forms

* Enhance AddNotificationPage and AddObservabilityPage to use RichTextEditor for description input

* Enhance AddNotificationPage and AddObservabilityPage to initialize RichTextEditor with alert description

(cherry picked from commit aceadb1cdeb61cc0a649822d54cee0accb7e79f1)
2025-01-07 20:22:45 +05:30