13249 Commits

Author SHA1 Message Date
Mohit Tilala
f7c4cc54f4
Revert "Fixes #20649: removed memory leak in Redshift ingestion (#20650)" (#20667)
This reverts commit 6c725278e3e7bd5cb5f492108fa27dc8f9487f82.
2025-04-07 18:16:50 +05:30
Mayur Singal
ee5d8eee8b
Revert "MINOR: Implement Column Validation in Lineage (#20544)" (#20658) 2025-04-07 17:13:35 +05:30
Rounak Dhillon
05b70a24f3
Docs: Troubleshoot Section Addition in database till SingleStore (#20656) 2025-04-07 13:41:53 +05:30
Keshav Mohta
0796c6274b
Fixes: Databricks httpPath Required (#20611)
* fix: made databricks httpPath required and added a migration file for the same

* fix: added sql migration in postDataMigration file and fix databricks tests

* fix: added httpPath in test_source_connection.py and test_source_parsing.py files

* fix: added httpPath in test_databricks_lineage.py

* fix: table name in postgres migration
2025-04-07 13:33:55 +05:30
Ashish Gupta
d10bccceca
fix table design mismatch issues (#20653)
* fix table design mismatch issues

* change the table tag and description action buttons

* fix the table aligment in case of floating app on right side

* change the draggable icon

* icon change in NextPrevious component

* fix unit test

* fix localization issue
2025-04-07 10:55:23 +05:30
Rounak Dhillon
3e6bc20486
Docs: Troubleshoot Section Addition in database till Exasol (#20642) 2025-04-07 10:27:39 +05:30
harshsoni2024
7953f98097
issue-20546: REST connector enhancements (#20634) 2025-04-07 10:22:45 +05:30
Rounak Dhillon
b1dc6e0b0b
Docs: Troubleshoot Section Addition in database till MSSQL (#20654) 2025-04-07 09:49:37 +05:30
Jorge Ramon Letosa
6a93091763
Fixes 20502: Improve BigQuery docs with missing permissions (#20639) 2025-04-07 09:15:32 +05:30
Katarzyna Kałek
6c725278e3
Fixes #20649: removed memory leak in Redshift ingestion (#20650)
* closing proxy result in redshift ingestion

* fixed formatting

---------

Co-authored-by: Katarzyna Kałek <kkalek@olx.pl>
2025-04-06 23:32:38 +05:30
Shailesh Parmar
e4feeea74b
Refactor: Update SVG icons and components to use new edit icon (#20650) (#20648)
* Refactor: Update SVG icons and components to use new edit icon (#20650)

* fix key

* fixed playwright
2025-04-06 11:00:12 +05:30
Chirag Madlani
a67b8ad716
fix(ui): persona page feedbacks & customize page improvements (#20631)
* fix(ui): persona and customize page issues

* improve customize page for entities

* fix icons for domain and glossary customization

* organize widgets function with class base approach

* fix type error

* update expand collapse button on tab

* update expand collapse icon for tabs
2025-04-05 17:53:25 +05:30
Dhruv Parmar
91c411e0e5
Fixed : Members page and Minor UI bugs (#20646)
* fixed Memerbs page || table|| bot column

* Minor:added cursor pointer

* Minor:added cursor pointer
2025-04-05 15:28:10 +05:30
Shrushti Polekar
f8f6634809
fix loader and header issue (#20651) 2025-04-05 14:59:07 +05:30
Shrushti Polekar
a59295a619
Consolidate User avatar components and update stylings (#20619)
* updated owners feed to use OwnerLabel

* replace UserAvatarGroup with OwnerLabel

* update extra avatar size for explore card

* minor update in comment
2025-04-05 11:03:50 +05:30
Aniket Katkar
7331dea463
Chore(ui): Layout and styling fixes according to the new design (#20647)
* Refactor: Remove AlertsActivityFeedPage and update related components

- Deleted AlertsActivityFeedPage component since it was old and not being used.
- Removed unused import and route for AlertsActivityFeedPage in SettingsRouter.
- Fix the layout for the following pages:
1. Add and edit alert page
2. Alert details page
3. Role details page
4. Policy details page
5. Add user and admin page
6. Add and edit Rule page
7. Custom property settings page.

* Fix the type error in the CI

* Fix the vertical alignment of ingestion table rows

* Fix the unit tests

* Fix SettingsRouter test
2025-04-05 11:02:45 +05:30
Aniket Katkar
188f575180
Minor: Day one trigger button on service details page (#20613)
* Worked on adding the day 1 trigger button on service details page

* Fix the service main tab styling

* Enhance DataAssetsHeader and ServiceInsightsTab components to support day one application triggering. Added new props for disabling the run agents button and handling post-trigger actions. Updated localization files with new messages for day one application status. Refactored ServiceDetailsPage to integrate workflow state management and trigger fetching.

* Fix the border on application config tab

* Change the logic to show the trigger day one button to only display in case of failure

Fix the add service page card spacing

* Fix the unit test
2025-04-05 11:00:52 +05:30
Shrushti Polekar
d747536f48
Minor(UI): Inherited domain and Activity Feed No data placeholder size updates (#20638)
* inherited domain and no data placeholder size updates

* update icon size and color

* address pr comments
2025-04-04 22:59:02 +05:30
Pranita Fulsundar
8c6726b348
fix(ui): status badges and dashborad page chart label styles (#20626)
* update label styles for dashboard page charts

* update glossaryterm and application status

* update pipeline status and recent runs styles

* fix unit test

* fix tests

* fix sonarqube issues

* used css variables

* make icons scalable
2025-04-04 22:38:08 +05:30
Sweta Agarwalla
67236a6d67
minor(ui) - Update Test connection modal to cancel the message when modal closes (#20640)
* update Test connection modal to cancel the message when modal closes

* update condition

* fix sonar issues

* updated as per comments
2025-04-04 21:59:41 +05:30
IceS2
c2d099eca1
Testing (#20632) 2025-04-04 16:35:16 +02:00
Gyowanny P. Queiroz
ec0e23d1a2
Rename ingestion agent to ingestion runner entity reference (#20610)
* Rename ingestion agent to ingestion runner entity reference

* minor key updates

---------

Co-authored-by: Sweta Agarwalla <swetaagarwalla13@gmail.com>
2025-04-04 16:28:20 +02:00
Ashish Gupta
5855ce5eaa
added new export type and fileName fix on download (#20641) 2025-04-04 19:08:27 +05:30
Ashish Gupta
3503adb590
PLAYWRIGHT: fix bulk edit entity playwright test (#20618)
* checking bulk edit entity playwright fix

* updated code to run only bulkEditEntity

* file was not running due to wrong filename

* remove the filecheck to test only bulkedit
2025-04-04 18:01:22 +05:30
Rounak Dhillon
ddb6be105e
Docs: Troubleshoot Section Addition in Pipeline till Nifi (#20624) 2025-04-04 17:15:09 +05:30
Aniket Katkar
6f6f6af108
Improve: The default filters values passed in service connection JSON schemas. (#20580)
* Fix how the default filters values for service connections are passed in JSON schemas

* Fix the type generation script and types
2025-04-04 17:12:07 +05:30
Shailesh Parmar
2f2c6a9dbb
Refactor ServiceBaseClass: Implement exponential backoff for API requests and enhance error handling in pipeline status retrieval (#20628)
* Refactor ServiceBaseClass: Implement exponential backoff for API requests and enhance error handling in pipeline status retrieval

* Enhance ServiceBaseClass: Introduce MAX_CONSECUTIVE_ERRORS constant and refactor API request handling with makeRetryRequest utility for improved error management
2025-04-04 17:06:05 +05:30
Ashish Gupta
a801d39d15
MINOR: apply new tab design overall application where required (#20512)
* apply new tab design overall application where required

* fix the background color and border double border
2025-04-04 17:04:23 +05:30
Suman Maharana
61e500253f
Fix: Improved test suite logging (#20635)
* Fix: Improved test suite logging

* linting
2025-04-04 16:51:21 +05:30
Sweta Agarwalla
ed77fe1afa
Update column config to store user preference in localStorage (#20531)
* update column config to store user preference in localStorage

* fix somar issues

* update component to have cross user support

* update test case

* revert test update

* add prop in Table

* updated as per feedbacks

* revert changes

* fix jest failure

* update as per feedbacks

* updated as per comments

* updated condition

* updated as per feedbacks

* update as per feedbacks

* fix test cases

* revert minor change

* fix sonar issues

* revert to fix error
2025-04-04 15:29:39 +05:30
Rounak Dhillon
0cc2dd9742
Docs: Troubleshoot Section Addition in database till databricks (#20633) 2025-04-04 14:33:30 +05:30
Dhruv Parmar
2b8106e933
made consistent owner (#20576)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-04 14:25:55 +05:30
Rounak Dhillon
acd2926413
Docs: Troubleshoot Section Addition in Pipeline till DBT Cloud (#20612) 2025-04-04 13:59:31 +05:30
Shailesh Parmar
4aed3acbd7
playwright: add debug log in case of ingestion pipeline failure. (#20600)
* debug dbt test

* failed status

* Refactor: Update ServiceIngestion tests and logging mechanism

- Removed the testMatch for ServiceIngestion.spec.ts in playwright.config.ts.
- Updated ServiceIngestion.spec.ts to include additional ingestion classes and improved the handling of failed pipeline logs by fetching logs via API instead of using the clipboard.
- Enhanced logging for failed pipelines to provide clearer output in the console.

* minor change
2025-04-04 12:56:38 +05:30
Chirag Madlani
c04e1a1dd6
skip DI run app tests since it's not working as expected 2025-04-04 12:53:56 +05:30
Dhruv Parmar
536f04780a
Minor: Ui Feedback changes (#20615)
* changed localization msg || renamed services

* removed tag styling from extrainfo

* removed tag styling from extrainfo

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-04 12:50:50 +05:30
Rounak Dhillon
6cf38ec14f
Docs: Troubleshoot Section Addition in Pipeline Completed (#20625) 2025-04-04 12:05:44 +05:30
Ashish Gupta
286ccfeba2
MINOR: move the export png logic to utils to work independently (#20601)
* move the export png logic to utils to work independently

* added support for manage button in dataInsightHeader

* fix unit test issue

* added common class for the export selector

* optimize the code and remove unwanted thing
2025-04-04 11:25:37 +05:30
Shrushti Polekar
5ca4db0849
Minor : Update task filter icon (#20609)
* update task filter icon

* update hover and selected state

* minor fix

* update task segment border radius

* updates css values with variables

* minor fix
2025-04-04 11:09:28 +05:30
Ashish Gupta
ea67bd688e
fix glossary column shifting on some assertion (#20620) 2025-04-04 10:52:25 +05:30
Pranita Fulsundar
bec381f299
minor(ui): remove description from custom properties (#20608)
* remove description from custom properties

* fix unit test

* fix sonarqube issue

* fix sonarqube issue
2025-04-04 10:42:17 +05:30
Shrushti Polekar
a23f2f9d18
Update Profile Picture Default Stylings (#20589)
* refactor code for profile picture

* fix test

* minor fix
2025-04-03 21:06:40 +05:30
Shailesh Parmar
6b3fd3bf80
Remove: user list api from activityFeedProvider without impacting current behaviour (#20614) 2025-04-03 20:45:04 +05:30
Teddy
0028ae0cd2
ISSUE #20570: allow incident to be set to new from any points (#20585)
* fix: allow incident to be set to new from any points

* fix: added test back
2025-04-03 17:01:17 +02:00
Dhruv Parmar
a6c96611fd
Minor: Entity Header certificates Design changes (#20484)
* fixed header certificates

* view source url renamed

* fixed broze medal case sensitivity

* fixed test case and comments

* fixed certification

* fixed certification className

* fixed certificates

* fixed variable usage

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-04-03 19:18:43 +05:30
Imri Paran
f6441ad404
fix: trino data diff paths (#20457)
requires https://github.com/open-metadata/collate-data-diff/pull/6
2025-04-03 15:48:10 +02:00
harshsoni2024
8961c9112c
DOCS: add mysql logs rotate queries (#20603) 2025-04-03 19:12:07 +05:30
Ayush Shah
76371e4a64
Enhance ingestion setup: Add dbt plugin to Playwright dependencies (#20605) 2025-04-03 19:11:33 +05:30
Ayush Shah
ee6164e2f9
Enhance: Add PATCH endpoint to update storage service by FQN in StorageServiceResource (#20598) 2025-04-03 15:56:44 +05:30
Rounak Dhillon
cf110edf31
Docs: Troubleshoot Section Addition (#20607) 2025-04-03 15:54:47 +05:30