5088 Commits

Author SHA1 Message Date
Ashish Gupta
e07d4dcf07 fix the lineage layers not visible upfront (#22958)
* fix the lineage layers not visible upfront

* fix the platform lineage height, added tooltip on radio buttons and remove the new node styling for the root node

* commented out the lineage view as we will re-design it

* remove unwanted code and fix the playwright removing the table test portion

* fix the sonar test

(cherry picked from commit 0e4aa3e391995cf02379a7c312411d5de43713ad)
2025-08-18 13:59:07 +00:00
github-actions
d17042a90e chore(release): Prepare Branch for 1.9.2 2025-08-14 16:12:26 +00:00
Ashish Gupta
6209e568a1 * supported lineage table and some feedback
* supported localization keys

* support view and hide properties

* supported localization keys

* fix the fullscreen sizes

* fix the color of tab icon for internal lineage

* supported base node separate color

* combined some table fields and supported backlink them with the service type logo

* fix the unit test and reverted unwanted change commited

* added empty data table

* fix the select search styling

* minor fixes

* fix the dashboardDataModel entity url being wrong

* fix the placement of view and hide properties

* added playwright to check if lineage table and also verify the data asset metadata tab is not visible after switching to lineage tab

* fix the metric node icon and redirect link

* move the breadcrumb in card header and added loader while fectching data in lineageTable

* minor playwright additon to avoid flakyness

* fix the unit test

* fix the sonar issue

* fix the customize failing test

* remove the view and hide properties from data asset header

(cherry picked from commit 981ffc28abba88030964cc9b560d2c4f77963d83)
2025-08-13 12:32:37 +05:30
Pranita Fulsundar
f69e41a212 fix(ui): default persona in user profile (#22906)
* fix default persona

* add tests for different cases

* minor fix

* fix test

* add remove persona test

* remove logic to determin default persona on UI side

* fix test

* minor fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 22be97b7d936ac919983ebb8a5d9bf68c603cdc0)
2025-08-12 20:58:46 +00:00
Ashish Gupta
d64ed2324e fix schema table playwright test (#22918)
(cherry picked from commit a0b05dacf421efcb097c836691a29f871991b082)
2025-08-12 18:33:42 +00:00
Chirag Madlani
05853b832b fix(ui): expand icon after updating column details (#22790)
* fix(ui): expand icon after updating column details

* add tests and fix container schema

* fix tests

(cherry picked from commit 07c3acfdbc21ba6577709301f8dd64e85fa2207c)
2025-08-12 15:17:37 +00:00
Chirag Madlani
c45ee17a4b fix(test): domain tests for support multi domain (#22556)
* fix(test): domain tests for support multi domain

* fix domain tests

* trying to fix patch call

* fix issue with searching and appying data product

* fix test and address comments

(cherry picked from commit 22292567dd2e5cdec3a5622653b9a7ae69d0d809)
2025-08-12 15:17:26 +00:00
Shailesh Parmar
3a950d9924 Feat: spark UI supporting PR (#22886)
* Feat: spark UI supporting PR

- Added `rootProcessingEngine` to the ingestion workflow data structure.
- Updated `AddIngestion` component to handle the new processing engine field.
- Modified `IngestionWorkflowForm` to include custom fields for the profiler workflow.
- Introduced `INGESTION_RUNNER` entity type in the enum for better categorization.
- Updated multiple language files to include translations for "ingestion-runner".
- Refactored ingestion workflow utility functions to accommodate the new processing engine structure.

* fix: correct class name from 'matric-collapse-footer' to 'matrix-collapse-footer' and adjust styles
2025-08-12 18:32:17 +05:30
Tomas Montiel Prieto
13d73de29f
Fix/bedrock support 1.9.1 (#22908)
* enable bedrock embedding service

* Update generated TypeScript types

* add configs for embedding provider

* Update generated TypeScript types

* make embedding dimension dynamic

* Update generated TypeScript types

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-12 18:00:57 +05:30
Ashish Gupta
932139faa9 BULK_ACTIONS: fix the keyboard delete action in bulk actions (#22841)
* fix the keyboard delete action in bulk actions

* reverted the file change

* added support for column header click select all column delete handle as well

(cherry picked from commit eb1b3df7c50872eca2002fa324f3029b70db9a3f)
2025-08-12 11:12:30 +00:00
Ashish Gupta
41b5aaa5e2 disbable the upload dragger when file in process in BulkImport (#22812)
(cherry picked from commit 9811bf09a02ab6ca5fdad92e874f5f90cc46fc0a)
2025-08-12 16:33:50 +05:30
Sriharsha Chintalapani
08d03b548b Fix #1093: Add Grafana Support (#22571)
* Fix #1093: Add Grafana Support

* Update generated TypeScript types

* Grafana test fix

* Update

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Akash Verma <akashverma@Mac.lan>
2025-08-12 15:57:54 +05:30
Pranita Fulsundar
3fb19e48ce fix(ui): soft deleted assets visible in search suggestions (#22887)
* fix soft deleted assets in search suggestions

* add e2e test

(cherry picked from commit bf87f1267cd62579cb7bbf29d6efc8e11d134026)
2025-08-12 10:00:57 +00:00
Chirag Madlani
2e9584b2db fix(ui): terms got vanished for customised persona in glossary terms … (#22561)
* fix(ui): terms got vanished for customised persona in glossary terms page

(cherry picked from commit 17341ec1cb17858067fb3869451342a71162be72)

* fix the overview tab if it's placement changed on persona to next tabs

* fix the version page tabs contains persona tab changes as well

* fix tab change issue

* remove the comment code as not needed

* fix localisation issue for glossary terms page

* add test

* fix unit test

* fix test

* fix test

* revert localisation changes

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
(cherry picked from commit 6c948e68bcf36ce7dd35e57ec01db2a36cfee5f1)
2025-08-12 10:00:16 +00:00
Pranita Fulsundar
58893465ec fix(test): DataContract.spec (#22837)
* fix test

* fix test

* fix test

* fix test

* minor fix
2025-08-12 13:24:40 +05:30
github-actions
e16dd73084 chore(release): Prepare Branch for 1.9.1 2025-08-12 05:09:26 +00:00
Sriharsha Chintalapani
4a68fadc75 The searchQuery function in the searchAPI.ts file was constructin… (#22803)
* The `searchQuery` function in the `searchAPI.ts` file was constructing an incorrect query when the search value was empty. This caused the API call to fail and the assets were not displayed in the glossary term's assets tab.

This commit fixes the `searchQuery` function to correctly handle the case where the search value is empty.

* fix playwright test

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit d41fbc396821a16e8a84ee601bbc62e5bf2f8beb)
2025-08-11 17:28:39 +00:00
Karan Hotchandani
2774f04c09 fix(ui): add pagination in sub domains table (#22844)
* add pagination on subdomains table

* add tests

* fix domain tests

* fix flaky test

* moved config outsude

(cherry picked from commit a239cfb88415f6c46369254f9c4dae9227e52df7)
2025-08-11 11:05:15 +00:00
Marcão
2a529d2fce ISSUE-22847: Update pt-br.json (#22849)
(cherry picked from commit 8cc997d7e5058090a4750f70d8d0030e83977a7a)
2025-08-11 03:20:32 +00:00
Harshit Shah
ae9311c032 Remove home text from landing page and disable save for customize pages (#22840) 2025-08-08 19:11:41 +05:30
Aniket Katkar
8a8f803ca0 Fix service insight live update bugs (#22822)
* Fix live update bugs

* support automator status

* fix query search index

* Update the logic to display the AutoPilot status and add playwright test

* Fix tests

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
(cherry picked from commit bce4bcd32fcfd4dcc52caab3c1cb335f04093ea3)
2025-08-08 02:27:19 +00:00
Chirag Madlani
b8cdb9eb98 fix(ui): contract results sort order (#22820)
* fix(ui): contract results sort order
fix rule for domain field

* fix the team icon placement

* fix glossary styling

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit bc8583cd56ff2d9fa2e450736d6fd63fc8a2b282)
2025-08-07 23:08:18 +05:30
Harshit Shah
b9c069bd2b Fix curated assets description (#22827) 2025-08-07 21:26:50 +05:30
Aniket Katkar
faa7dc6e44 Chore: Service Insights live update improvements and bug fixes (#22772)
* Update the common props for ServiceInsights tabs

* Fix unit test

(cherry picked from commit 04ab3b29fe7a02b0ff02eac42ad97a1308fdd62a)
2025-08-07 08:00:39 +00:00
Shrushti Polekar
2813039768 fix(test): permissions test (#22719)
* fix test

* refcator test

* refactor test

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-08-07 11:49:34 +05:30
Ashish Gupta
db5258f359 PLAYWRIGHT: Unskip Classification and SchemaTable playwright test (#22799)
* unskip the schema table test

* unskip classification playwright test

(cherry picked from commit 3cd9ae913b51996a1a48ccc669d05f94daca0411)
2025-08-07 05:24:47 +00:00
Harshit Shah
080cdbdd54 Fix empty chart UI in persona (#22798)
* Fix empty chart UI in persona

* fix missing widgets

* fix failing checks

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit 1be0f04d6566a7ea3c7e256c96e628a7bc133952)
2025-08-07 04:28:26 +00:00
Harshit Shah
2cd79f8c9a Fix breaking UI on edit announcement (#22763)
* Fix breaking UI on edit announcement

* fix e2e tests

* fix e2e test

* minor fix

* fix test

---------

Co-authored-by: Pranita <pfulsundar8@gmail.com>
(cherry picked from commit 694668bd5d800a60f432349598e1db3ba2d3ba41)
2025-08-07 03:14:39 +00:00
Pranita Fulsundar
0d35d56340 fix tour.spec (#22800)
(cherry picked from commit b136282db7ff53c4ecdc5a525a5b5b85cfef694e)
2025-08-06 23:58:16 +00:00
Dhruv Parmar
0d31300462 Fix(ui): Flaky Tier Count (#22791)
* fixed tier flaky

* removed unncessary items

(cherry picked from commit 355a579d356ec1fce7143140ca42ae9a5aee596c)
2025-08-06 21:13:08 +00:00
Ashish Gupta
65dae7c8a2 PLAYWRIGHT: skip the range selection test in bulk import (#22796)
* skip the range selection test in bulk import

* added some more context

(cherry picked from commit d376bc1aa95c2115bd6ef49423185672e6999587)
2025-08-06 19:34:11 +00:00
Ashish Gupta
39dcd0c0c6 COVERAGE: fix the coverage issue due to dataAssetRules changes (#22801)
* fix the coverage issue due to dataAssetRules changes

* remove the commented code

(cherry picked from commit 7fa6518a551ff5a00dd7cf4e03baeeeca57cec19)
2025-08-06 19:32:22 +00:00
Pranita Fulsundar
555c599364 test(ui): enhance data contract playwright test (#22795)
* enhance data contract test

* minor fix

(cherry picked from commit 6358446c0e25f90ae6071bc52fe61da1371e90c0)
2025-08-06 23:09:18 +05:30
Akash Verma
a403879f86 feature: googlesheet connector (#22464)
* feature: googlesheet connector

* updates

* minor change

* java checkstyle

* googledrive files

* fix

* make the google sheets work

* fix directory and files

* remove ui

* update generated types

---------

Co-authored-by: Akash Verma <akashverma@Akashs-MacBook-Pro-2.local>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: Akash Verma <akashverma@Mac.lan>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2025-08-06 22:53:42 +05:30
Dhruv Parmar
a887f853f5 Fix(ui) : Release dialog flash (#22776)
* fixed release dialog flash

* optimized approach to remove release dialog flash

* fixed sonar

* fixed github redirect

* updated tests

(cherry picked from commit 58dbb982051f0c16f43afb21ae1a75b4899ef1e7)
2025-08-06 16:04:37 +00:00
Harshit Shah
c39d949ccd Fix glossary tab and chart icon issue for persona (#22793)
(cherry picked from commit 51b826b06ba27734fe81c9d0ca4a16fc7faefd92)
2025-08-06 16:02:47 +00:00
Dhruv Parmar
e95aa048c4 added tests for data model count (#22756)
(cherry picked from commit 014f62417b773763af2a34764731fa684d1dd7ad)
2025-08-06 16:00:39 +00:00
Pere Miquel Brull
70da26c726 MINOR - Disable Custom Data Asset Rules (#22784)
(cherry picked from commit b6e236195ec9435b981102d9cfa4c500ab7482b1)
2025-08-06 15:39:01 +00:00
Shrushti Polekar
e2155e1b20 fix metrics test (#22781)
(cherry picked from commit 78776021678ac462524dc5699a4b5f048a087c7e)
2025-08-06 15:31:21 +00:00
Ashish Gupta
e99684dc9c Update data contract details fields (#22746)
* update data contract details fields

* fix the select option chip not properly displaying the data

* supported new form field for UserTeamSelectInput Selector

* remove component changes that we not needed

* fix the selected owner chip design

* supported the userPopoverList width as per screen size with max and min limitation

* fix the tab inside userTeamSelect list not proper as the content and some oprimiztion on component side

* fix the playwright because of owner changes

* fix the description box overflow and owner selcect box overlapping on select input

* enum label fix

* remove the comment code and fix the localization and sematic status changing issue are contract validation run

(cherry picked from commit accc05a49479d87cdfc2037f2050cc1c67accfbb)
2025-08-06 20:53:30 +05:30
Pranita Fulsundar
ed341fae01 fix AUT tests (#22778)
* fix explore sort order test

* fix curated assets test

* fix tags.spec

(cherry picked from commit 882d858972fb3bc923e81bc0b7a42f3b538b47ac)
2025-08-06 20:43:07 +05:30
Aniket Katkar
796d0b8312 Mark DataQualityAndProfiler.spec as fixme (#22782)
Increase test timeout for AddTestNewFlow.spec

(cherry picked from commit 9e1b0d9c32f6f44ec0ccdafe87fc55e65c069650)
2025-08-06 15:05:59 +00:00
Ashish Gupta
6d2ea9eb08 fix the contract interal tab and beta tag styling (#22786)
(cherry picked from commit 451f1a7b0605be9dbb479d6bcf4ad2f117fbd0c2)
2025-08-06 20:00:25 +05:30
Shrushti Polekar
34b487c26e fix loader issue for permission test (#22777)
(cherry picked from commit 0bc8911dc60c3dbfe2aa0a4d1efd1c377cbe2908)
2025-08-06 13:23:53 +00:00
Chirag Madlani
03924ef4e7 fix styling for data contract (#22771)
* fix styling for data contract

* revert owner and description style change

* support status icons for running, aborted, failed

* seprate const and enum to fix tests

* fix tests

* remove enable from semantic forms

* update data contract validation icon

(cherry picked from commit 764ff0edf1c3a575cf804d59e288ab514b31832a)
2025-08-06 18:48:46 +05:30
Ashish Gupta
e3bb47d2d7 modify the rule for dataAssetRule and semantic form contract (#22744)
* modify the rule for dataAssetRule and semantic form contract

* fix the query input placement

* fix the rule config

* update logic to add specific fields

* update json logic to get fields

* address comments

* fix tier option logic

* fix delete data contract test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
(cherry picked from commit 78839892b6051dca68d597c146f3e8ef80de359f)
2025-08-06 18:05:22 +05:30
Ashish Gupta
f2fec4df10 Supported Contract Execution Chart Summary Card (#22735)
* Supported the contract execution chart card in Contract Page

* pending localization keys

* minor improvenent around message

* localization keys

* decrease the chart size and fix some localizaion keys

* added contract in persona tab and added beta lable in table contract tab and preference data asset rule tab

* fix some styling around form

(cherry picked from commit 98276fe8adca2da359e829022be3977fa8bbc345)
2025-08-06 18:02:30 +05:30
Ram Narayan Balaji
b156cf2390 Fix: #19907 Glossary Term Approval Workflow - Trigger Filters - JsonLogic along with Exclude Fields filter (#22437)
* Draft Implementation of Auto approve Glossary Terms - JsonLogicFilter

* Update generated TypeScript types

* Fixed Issues: PassFilter Inversion when jsonLogic is true, Unescaping JsonFilter

* Corrected the Test Expectations and fixed the test

* Fixed the Test for auto approval

* Fixed Java Checkstyle

* Added Entity to the jsonLogic Map for rule application so that other operations on entity is also used in jsonLogic

* Implementation of Code Review Changes
1. Use the Singleton Rule Engine and add Operations
2. Use Migrations and remove the backward Compatibility

* Update generated TypeScript types

* Removed Flowable variable updatedBy

* Update CheckEntityAttributesImpl to use Singleton rule instance

* Final Design: Improved Json Logic Triggers : isChanged, isReviewer, isOwner

* Fixed Issue: Extracting var from isChanged rule

* Fixed Issue: Fixed comment and trigger properties for entityBasedTrigger

* Hybrid approach: Exclude Fields + JsonLogic

* Update generated TypeScript types

* Added a lot of test cases!

* Auto Approve Glossary Terms during creation to avoid forever DRAFT state

* Added nodes for auto approve for reviewers

* Revert starting terms in DRAFT

* Adding Migrations to take the fresh data from the seed config, since our default workflow definitions have been changed.

* Handled Migrations properly for glossary term auto approve nodes

* Fix Merge Conflicts - Updated MigrationUtil, Fixed GlossaryStates test with newly added nodes

* Add Trigger filter to have empty string

* Fix Java checkstyle

* Updated the JsonLogic apply to incorporate RuleEngine changes

* Update the default rule for checkglossaryterm has reviewers node in governance workflow

* add migration logic

* Fix Flaky Optimistic Lock exception in the test case

* add tests

* Fix: 1. Propagate updatedBy from the trigger and make the updatedBy to be a reviewer in case of auto approval by reviewer.
2.  Multiple Workflow Instance Conflicts resolution

* Remove early no conflict return

* revert search provider changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
(cherry picked from commit 0aa9238a72eaca08427c933457700a3f70325997)
2025-08-06 17:54:12 +05:30
Harshit Shah
ab3b69d246 Fix customize page layout for Governance and Data Assets (#22766)
* Fix customize page layout for Governance and Data Assets

* minor fix

* fix e2e test

---------

Co-authored-by: Pranita Fulsundar <pfulsundar8@gmail.com>
(cherry picked from commit 30d132156e5344a7a8576a40dd723c493bdabd77)
2025-08-06 08:58:39 +00:00
Karan Hotchandani
87866218e8 fix domain tests (#22775)
(cherry picked from commit f576c5dd95b1df5a28aa64c3cbdcd55f9eae9817)
2025-08-06 07:50:21 +00:00