13742 Commits

Author SHA1 Message Date
Keshav Mohta
943c5b1cc3 fix: added depth in json and pass in metadata entry (#23332)
(cherry picked from commit 1f379a8697b75e5deddb0129ebf0859d4b7f715e)
2025-09-12 07:02:49 +00:00
Mohit Tilala
b618871b87 Fix incomplete trino view definition extraction (#23349)
(cherry picked from commit f9e866cd50a9fcd7fee45180956f91b1313bd98e)
2025-09-12 06:15:16 +00:00
Pranita Fulsundar
a49f1788b4 fix(ui): entity icon for global searchbar (#23333)
* fix: entity icon for global searchbar

* refactor: make use of isEmpty
2025-09-12 11:34:06 +05:30
Mayur Singal
51a2926c62 MINOR: Fix column comment getting overriden in glue (#23329)
(cherry picked from commit 38c707b0bc378a63813c668dfb06ac32fb7a5c20)
2025-09-11 12:00:50 +00:00
Anujkumar Yadav
310ec3fed1 feat: add a domain icon and drop-down for multiple domain names (#23299)
* feat: add domain icon and comma-separated domain names

* fix integration test id

* Revamp domain render on search card

* fix unit test unused props

* fix integration test

* nit

* fix minor unused props

* Fix all failing integration test

* nit

* Fix domain propagation test

* Change font size for domain count

* fix overflow count number

---------

Co-authored-by: Anujkumar Yadav <anujkumaryadav@Anujkumars-MacBook-Pro.local>
(cherry picked from commit 76c4e371a9384f83c35cd490ecea1e08db7549e6)
2025-09-11 10:06:30 +00:00
Shrushti Polekar
ca3602bc7f fix test (#22928) 2025-09-11 10:56:15 +05:30
Bhanuagr
b08f980892 fix: iterate arrays in reverse when removing elements in SearchClient (#23215)
* fix: iterate arrays in reverse when removing elements in SearchClient

Changed loops in SearchClient.java to iterate backwards over tags, dataProducts,
lineage, entityRelationship, and testSuites arrays before removing elements.

This prevents skipping elements or index errors due to forward iteration while removing items.

* Refactor Painless scripts to use removeIf and Java multiline strings

* Fix failed Java checkstyle

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
(cherry picked from commit c336257cf4d6ed7ae7cc47c08cdb9a438dd19796)
2025-09-11 05:07:05 +00:00
Aniket Katkar
75e7b832d5 Fix the flakiness in service ingestion playwright (#23334)
(cherry picked from commit d9f34bb1fafcbaee5d38846a54514679bdbf689c)
2025-09-11 04:22:43 +00:00
Ashish Gupta
997c187c5d PLAYWRIGHT : fix the DataContract and IngestionBot playwright flaky test (#23321)
* fix the DataContract playwright flaky test

* fix the ingestionBot flayness

(cherry picked from commit d71843f1332f92956ae5bc96dfbe5e660304fbb3)
2025-09-10 20:56:22 +00:00
sonika-shah
f531d87ee4 Add missing user_activity migrations to 1.9.8 (#23304)
* Add missing user_activity migrations to 1.9.8

* replace with dynamic sql queries in case of mysql

* move to java migrations for adding missing userActivity columns

* Revert postgres schemaChanges.sql to match main branch exactly

* fix test

(cherry picked from commit 673da282c372de5bb839ec6843d33d3f4e94911e)
2025-09-10 19:26:18 +00:00
Suman Maharana
f76f2be8f7 Feat: show dbt project name (#23044)
* Feat: show dbt project name

* Update generated TypeScript types

* added dbtSourceProject in data asset header properties

* Added tests

* Addressed comments

* Update generated TypeScript types

* move from dataAssetHeader to the dbt tab itself

* added unit test for added code

* test name change

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit 39cb16516432ad36044c46a25f1fcbcf8732a3dc)
2025-09-10 10:45:30 +00:00
mohitdeuex
381c1ce745 Merge remote-tracking branch 'origin/1.9.8' into 1.9.8 2025-09-10 11:45:14 +05:30
Mohit Yadav
8675766629 Increase Max Server threads (#23320)
(cherry picked from commit e66824cd456d909e58d381a964620bedaaa4814a)
2025-09-10 11:45:00 +05:30
Harshit Shah
bc8e2f96ee Fix save enable/disable on customize navigation page (#23142)
* Fix save enable/disable on customize navigation page

* add e2e tests

* fix failing and flaky tests

* address comments

* Address comment and fix curated assets e2e tests

(cherry picked from commit 57d0d70e99c34aaa26a28fb75a28c2e42a5f5ef0)
2025-09-09 17:13:22 +00:00
Aniket Katkar
a73638f102 Fix the advanced config in service form restricting the next action (#23303)
* Fix the advanced config in service form restricting the next action

* Add test case to check if collapse panel content is removed

* fix the teams.spec

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-09-09 19:43:55 +05:30
Harshit Shah
cfef0d1c80 Fix flaky activity feed tests (#23298) 2025-09-09 12:19:23 +05:30
Harshit Shah
e9da0444ed Unskip activity feed widgets E2E tests (#23024)
* Unskip activity feed widgets E2E tests

* minor fix
2025-09-09 12:16:54 +05:30
sonikashah
b9821e6d7f remove ru mappings 2025-09-08 19:10:07 +05:30
NadezhdaNovotortseva
b7687b2079 Lineage dialect postgres added to greenplum (#23291)
Co-authored-by: Надежда Коцюба <nadezhda.kotsyuba@uni.rest>
(cherry picked from commit 3c9b3cac48a098811fc85584f9d66f23f6b5f024)
2025-09-08 13:27:49 +00:00
sonika-shah
f4285fea17 cherry-pick Add entityType.keyword field with lowercase normalizer for case-insensitive 2025-09-08 18:55:07 +05:30
Harshit Shah
9f73fdde74 Redirect to persona page when clicked on default persona (#23141)
* Redirect to persona page when clicked on default persona

* add e2e tests

* fix e2e tests

* address comments

* fix e2e tests

* fix e2e tests
2025-09-08 18:37:48 +05:30
Harshit Shah
e18747946b Allow multi assets selection for curated assets (#23084)
* Allow multi assets selection for curated assets

* fix failing test

* update empty widget icon sizes

* fix failing tests

* add certification filter

* fix failing unit test

* address comments

* fix e2e test

* add curated assets e2e tests

* minor fix

* Fix curated assets issue and add unit tests

* fix failing unit tests

* add e2e tests

* fix e2e test

* fix failing tests

* minor fix

* address comments

* minor fix
2025-09-08 18:36:43 +05:30
Pranita Fulsundar
8baa358080 fix scroll issue for entity search settings (#23283) 2025-09-08 18:32:02 +05:30
Mohit Yadav
df1afbf86c Drop Insights Indexes (#23294)
(cherry picked from commit 450840eb8e9c65e8f8224221e2f66356ed4c6d82)
2025-09-08 12:30:37 +00:00
Keshav Mohta
8a03b00ad2
Fixes #23010 #: BigQuery Project Selection In Profiler & AutoClassification Workflow (#23233)
* fix: added code for separate engine and session for each project in rofiler and classification and refactor billing project approach

* fix: added entity.database check, bigquery sampling tests

* fix: system metrics logic when bigquery billing project is provided
2025-09-07 23:51:13 +05:30
Shailesh Parmar
248f521f07 fix: only newly added test case was only getting selected in pipeline while creating new test case (#23279)
* fix: only newly added test case was getting selected in pipeline while creating new test case

* feat: add functionality to create and validate multiple test cases from table details page

* fix: refactor column selection logic to improve test case flow and reduce flakiness
2025-09-07 11:25:11 +05:30
Ashish Gupta
2a17946ad8 restricted to column selection to the first level in nested columns DataContract (#23278)
* restricted to column selection to the first level in nested columns DataContract

* added playwright for it

(cherry picked from commit 421985e8ce089c96a54a10d14d72d4e76d5f684c)
2025-09-06 20:00:06 +05:30
Ashish Gupta
e34df4dbef change contract update to patch call from put (#23229)
* change contract update to patch call from put

* collapse the card when data is not availbale instead of hiding

* minor fix

* fix the sonar issue and addressed comments

* disabled save button while edit, if not changes detected and added playwright for it

* fix the playwright test due to recent pagination merge

(cherry picked from commit 1f65e92c58815d17648eca4698bca31c2356c8b0)
2025-09-06 00:57:15 +05:30
Chirag Madlani
34534bc041 fix(test): aut failures for bot and persona profile (#23254)
* fix(test): aut failures for bot and persona profile

* fix personaDeleteionUserprofile

* fix data contract aut failure

* rever unwanted changes

(cherry picked from commit b6f9ed4a5b10400acc815e5438cd6de19e5286fd)
2025-09-05 15:54:01 +00:00
github-actions
fb8d747c91 chore(release): Prepare Branch for 1.9.8 2025-09-05 15:09:38 +00:00
Ashish Gupta
9e455638bf fix contract schema pagination key selection not persisting (#23250)
* fix contract schema pagination key selection not persisting

* fix the unit test

* added playwrigt for it

(cherry picked from commit 13bf23939fd016aa6a680674c081ef8f9ec5d0fd)
1.9.7-release
2025-09-05 15:42:50 +05:30
Marat Khambelov
5110176cbf ISSUE-23207: Date formatters work according to the chosen language (#23258)
(cherry picked from commit 972afc375a2a1f910494316a6a55d6d9d3abb12f)
2025-09-05 07:20:54 +00:00
Ashish Gupta
3a233195f5 fix contract status button not visible in persona having contract tab (#23237)
* fix contract status button not visible in persona having contract tab

* supported playwright test for the same

* fix the unit test failing

(cherry picked from commit 999af800b36cda008d64d54717f6100e38202bc3)
2025-09-05 04:52:39 +00:00
Sriharsha Chintalapani
d9f3153761 Add missing tier mapping (#23263) 2025-09-04 18:06:16 -07:00
Ram Narayan Balaji
6413df3963 Fix: setInheritedFields for spreadsheet, worksheet, file, directory (#23262)
(cherry picked from commit 0b56562e2ba64f8aebf748e528e045314adcec3c)
2025-09-04 21:34:30 +00:00
Mohit Tilala
dc17db921b [Snowflake] Handle cases when stream source is not retrievable (#23245)
(cherry picked from commit d926ed9dad2f500dd3bd3607aa00d09d39014ae3)
2025-09-04 18:58:57 +00:00
Mohit Yadav
8cee06f583 Concurrency issues in search (#23249)
* Fix - 23213 : WebSocketManager Issue on concurrent modification

* Await till consumers comelete the job

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
(cherry picked from commit 080f0d21fb35a5c8a8150dc46592e07c8ecae588)
2025-09-04 17:37:18 +00:00
Shailesh Parmar
4529767aa3 Fix #23232 Users with Data Product edit permission unable to upload images due to missing Domain resource permission (#23257)
Fixes

(cherry picked from commit 2fb41687d27701533f1f8df4ca9113b1488605a0)
2025-09-04 17:31:40 +00:00
Ram Narayan Balaji
d5989b304a Restore deleted entities will take inherited fields into consideration (#23255)
* Restore deleted entities will take inherited fields into consideration

* dummy commit

(cherry picked from commit be5887eb009a99aec1ec9aca43268f88a8ffc046)
2025-09-04 17:22:59 +00:00
Mohit Tilala
d1c646ed82 [Lineage] Fix cross services lineage changes of service_names to missed methods (#23240)
* Fix cross db changes of service_names to missed methods

* Handle string value passed to service_names

(cherry picked from commit 9b2b4d2452732c4efb5cf03632eeabbb1d85fe1c)
2025-09-04 15:35:39 +00:00
Dhruv Parmar
dd3998948f fix(ui): Flaky ServiceEntity And Entity Playwright (#23162)
* fix flaky serviceEntity and entity

* added new testid

* fix domain list flakyness

* fix flaky user as owner in unsorted list

* addressed comments

* fixed flaky tests from entity spec

* removed unwanted code

* removed unwanted code

* added playwright config file for debugging cl issue

* removed playwright file

(cherry picked from commit 70d9a1182edf9cc9ac4a622eb54bf21f10827072)
2025-09-04 15:21:14 +00:00
Teddy
b4ba346d85 fix: remove cursor from tcr pagination (#23214)
(cherry picked from commit 4537a54717e166cacd0cab33016ad65f613eb3d0)
2025-09-04 15:15:11 +00:00
github-actions
8248246111 chore(release): Prepare Branch for 1.9.7 2025-09-04 13:38:43 +00:00
Sweta Agarwalla
12f8ed5f7f fix(test): tag spec flakiness (#23190)
* fix tag spec flakiness

* fix explore filter order
1.9.6-release
2025-09-04 10:34:20 +05:30
Sweta Agarwalla
d49b841d56 fix(test): fix flaky playwright tests (#23160)
* fix tag spec flakiness

* fix test

* fix xustom property flaky test

* fix tags spec

* fix tag flakiness

* fix test

* fix flakiness

* fix flaky test

* fix test flakiness

* update test

* fix flkay tests

* fix test

* update test

* fix flkay test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-09-04 10:32:06 +05:30
Aniket Katkar
ba23719713 Chore(UI): Fix advanced search playwright flakiness (#23176)
* Fix the flakiness in advanced search spec

* Add applications docs

* Fix the selection confirmation not working in case of custom property

* Fix the DataContract spec failure

* Fix the errors
2025-09-04 10:30:04 +05:30
Aniket Katkar
4cd9f13d97 Chore(UI): Fix flaky playwright tests (#23156)
* Fix playwright tests
- AdvancedSearch.spec.ts
- Autopilot.spec.ts
- DescriptionSuggestion.spec.ts
- ObservabilityAlert.spec.ts
- EntityVersionPages.spec.ts

* Fix the flakiness while logging in

* Update config to run only required tests

* Revert description suggestion spec changes

* Revert playwright config changes

* Update playwright config

* improve observability alert page navigation

* Fix Description suggestion

* Standardize left nav bar to close for all tests

* Fix failing playwright tests
2025-09-04 10:29:31 +05:30
Aniket Katkar
83ba3633ae Chore(UI): Refactor auth setup to avoid unnecessary logout and login operation (#23064)
* Refactor auth setup to avoid unnecessary logout and login operation

* Revert initial setup refactoring

* Remove the auth.teardown and logout code from auth.setup

* Cleanup logic

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-09-04 10:24:37 +05:30
Ram Narayan Balaji
92682f6992 Merge remote-tracking branch 'origin/1.9.6' into 1.9.6 2025-09-03 17:03:08 +05:30
Ram Narayan Balaji
eed2b40cb9 SERVER_ENABLE_VIRTUAL_THREAD is marked false (#23219)
(cherry picked from commit c97078a3fedc5b109b1f66dc6f53146e7659d4da)
2025-09-03 17:02:47 +05:30