12418 Commits

Author SHA1 Message Date
Mohit Yadav
5476438e44
Order deletion by tagFQN (#20815)
* Order deletion by tagFQN

* Connection Type specific queries
2025-04-15 10:19:21 +05:30
Pranita Fulsundar
b17ab5e5ea
fix: error placeholder for explore tree (#20817) 2025-04-15 10:14:42 +05:30
Pere Miquel Brull
003e759709
MINOR - Fix NPE for empty topics in lineage (#20816) 2025-04-14 20:36:10 +02:00
IceS2
5239c09f17
Fix ReRun by actually setting the OpenMetadataConnection properly (#20810) 2025-04-14 14:43:53 +02:00
Pranita Fulsundar
334485f211
chore: update sidebar titles for data quality (#20806) 2025-04-14 18:07:01 +05:30
Rounak Dhillon
5607dec2d0
Docs: Connectors Order Connection in Menu (#20813) 2025-04-14 16:51:15 +05:30
Karan Hotchandani
db41fc5ac5
fix glossary duplicates (#20801) 2025-04-14 16:21:32 +05:30
Ashish Gupta
555be6d961
MINOR: fix the task owner alignment issue (#20800)
* fix the task owner alignment issue

* decrease the size of more text in avatar button
2025-04-14 16:21:13 +05:30
Rounak Dhillon
bbecdc650d
Docs: BigQuery Partial Doc Updation (#20803)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-04-14 13:36:30 +05:30
Suman Maharana
4dd94516e7
Fix : Dashboard OverrideMetadata (#20793) 2025-04-14 12:07:02 +05:30
Aniket Katkar
1839a061be
Fix the connector orders in the menu (#20798)
Add missing connectors to the connectors list
2025-04-14 11:41:02 +05:30
Mayur Singal
9e7ad0479e
MINOR: Improve column validation logic in lineage API (#20660) 2025-04-14 10:45:25 +05:30
Ashish Gupta
43749aed73
MINOR: beautify png image export error in case of size limit (#20795)
* beautify png image export error in case of size limit

* minor fix

* minor fix
2025-04-14 10:17:01 +05:30
Pranita Fulsundar
b888ee6e29
fix: field value boost options (#20794) 2025-04-13 19:26:05 +02:00
sonika-shah
b7e77838a5
Fix : case-insensitive issue with aggregation API response (#20734)
* Fix : case-insensitive issue on aggregation and simplify aggregation API response format

* add lowercase normaliser for service.name.keyword

* add lowercase normaliser for database.name.keyword, databaseSchema.name.keyword, columns.name.keyword

* fix lowercase normaliser for database.name, databaseSchema.name

* create new aggregateRequest.json and update aggregate function

* remove sort field in subAgg and trackScores(false)

* cleanup function

* rename aggregation Field

* fix the search cases

* fix locales

* fix search

* add test case

* hide lineage search for higher level layers

* fix tests

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-04-13 15:25:26 +02:00
Pere Miquel Brull
a15ce5b185
MINOR - Add ingestion runner for reverse metadata (#20791) 2025-04-13 12:20:33 +02:00
Pere Miquel Brull
6d02ed8b5c
MINOR - Fix py checkstyle (#20789)
* MINOR - Fix py checkstyle

* dummy commit
2025-04-13 11:58:52 +02:00
Ashish Gupta
aca52df600
fix the suggestion not visible for nested columns (#20786)
* fix the suggestion not visible for nested columns

* fix the playwright test
2025-04-13 10:48:11 +05:30
Sweta Agarwalla
54bb3e80b8
minor updates for edit config page (#20781) 2025-04-13 07:16:22 +02:00
Pere Miquel Brull
c38209c63b
FIX CL-#1427 - PATCH applies inherited owners (#20759)
* FIX CL-#1427 - PATCH applies inherited owners

* FIX CL-#1427 - PATCH applies inherited owners

* format
2025-04-13 06:56:33 +02:00
Sasha Malahov
6dac3550ba
fix(ingestion): Correct Topic import in Kinesis source (#20787)
This PR fixes a bug in the Kinesis messaging source where the `Topic` class was incorrectly imported from `metadata.generated.schema.type.schema` instead of the correct entity
  definition path `metadata.generated.schema.entity.data.topic`.

  **Problem:**
  The `yield_topic_sample_data` method used the `type.schema.Topic` definition when calling `fqn.build` and `metadata.get_by_name`. These functions expect the main entity
  class.

  **Fix:**
  Changed the import statement to use `metadata.generated.schema.entity.data.topic.Topic`.

  This ensures the correct type definition is used when interacting with the FQN utility and metadata API, preventing potential downstream issues.
2025-04-13 06:38:07 +02:00
Chirag Madlani
9b24916231
fix(ui): bot page layout and observability scroll issue (#20775)
* fix(ui): bot page layout and observability scroll issue

* fix bot test

* fix scrolling issue for form with reflex elm
2025-04-12 17:57:34 +05:30
Ashish Gupta
0e44f5df97
reverted table fixed header changes (#20785) 2025-04-12 16:01:48 +05:30
Mohit Yadav
04eafbc572
Use Subset of Permissions for add delete Users in teams (#20783)
* Use Subset of Permissions

* use correct permissino to show add user option

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-12 00:41:07 +05:30
Dhruv Parmar
306c3c2db6
Custom tooltip for explore Tree (#20732)
* fixed icon not being displayed on safari browser || added custom tooltip for explore tree

* fixed icon not being displayed on safari browser || added custom tooltip for explore tree

* fixed comments

* fixed comments

* fixed comments

* fixed types

* added space

* added space
2025-04-12 00:33:12 +05:30
Ashish Gupta
e80d385fd6
FIX: parsing error in case of special character in tag for BulkEdit/Import case (#20776)
* fix parsing error in case of special character in tag for BulkEdit/Import case

* change the behaviour to generic one and fix sonar issue

* re-added the minor miss

* changes as per comments
2025-04-11 23:51:30 +05:30
Sriharsha Chintalapani
c1d7414578
add allowed field value boost (#20771)
* add allowed field value boost

* update field value boost options

---------

Co-authored-by: Pranita <pfulsundar8@gmail.com>
2025-04-11 23:32:57 +05:30
Aniket Katkar
40400a8c63
Chore(ui): Minor bug fixes and improvements (#20774)
* Update the widget placeholder links for service insights

* Fix the user profile picture vanishing after hover over

* Fix sonar issue, security hotspot issue and nested service connection object showing  default filter pattern fields

* Fix the ConnectionConfigForm unit test

* Fix sonar issue
2025-04-11 22:35:41 +05:30
Dhruv Parmar
737b5e71e9
Added all domain button (#20777)
* added all domain button

* auto height for domain selectable

* added height for domain selectable
2025-04-11 20:40:26 +05:30
Rounak Dhillon
42ef0d003d
Docs: Glue Pipeline Feature Updation (#20780)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-04-11 12:53:41 +00:00
Mayur Singal
2d7176689c
MINOR: Fix PII Column Bar Chart (#20772) 2025-04-11 18:18:20 +05:30
Akash Verma
5cbe9badef
Wherescape Connector (#20500)
* omd side ws connector files

* Removed files

* add beta tag

* update enum name

* rename connection to databaseConnection

* Revert "rename connection to databaseConnection"

This reverts commit 9f1bc74e7aa6c156bedb8eefeb1a5435fcf72319.

* rename from connection to metastore

* rename connection to dbconnection

* UI Generated files

* fix connector UI

* fix connector UI

---------

Co-authored-by: Akash Verma <akashverma@Akashs-MacBook-Pro-2.local>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Sweta Agarwalla <swetaagarwalla13@gmail.com>
2025-04-11 18:04:58 +05:30
Rounak Dhillon
e6889081ad
Docs: oidcConfiguration.enabled Addition (#20778)
* Docs: oidcConfiguration.enabled Addition

* Docs: oidcConfiguration.enabled Addition

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-04-11 11:54:47 +00:00
Dhruv Parmar
b1fc83092a
Minor:Restyled button group (#20714)
* restyled button group

* updated border radius

* fixed button group hover|| modified all other button group

* fixed comments

* removed segmented values

* made constant
2025-04-11 16:56:20 +05:30
aji-aju
06953ee266
Fixes #20289 : Added application run logs for DataRetentionApp (#20581)
* Added application run logs for DataRetentionApp

* Code changes to accommodate change in EntityStats
2025-04-11 15:21:54 +05:30
Dhruv Parmar
0e69bbd4dc
Fixes #20680: Added readTimeout input field (#20756)
* added readTimeout input field

* fixed comments

* fixed minor comment

* fixed minor comment
2025-04-11 15:19:50 +05:30
Ashish Gupta
503ffc1986
MINOR: added beta tag for png and pdf export (#20761)
* added beta tag for png and pdf export

* fix playwright changes

* fix the playwright test
2025-04-11 14:49:30 +05:30
Rounak Dhillon
e9545324c1
Docs: Service Insights Doc Updation (#20773)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-04-11 08:38:27 +00:00
Aniket Katkar
fc58893239
Chore(ui): AutoPilot status banner behaviour improvements (#20758)
* Modify the AutoPilot status banner visibility banner to hide once closed until and unless the status changes again

* Add test case for asyncDeleteProvider

* Fix the sonarcloud issues

* Fix the failing playwright tests

* Fix the playwright for delete service
2025-04-11 10:41:11 +05:30
sonika-shah
ccee49f24b
[Minor] : Fix #19845 Number type custom properties being treated as integer (#20723) 2025-04-11 10:35:56 +05:30
Ashish Gupta
8677032743
#1426: supported domain information in EntityInfoPanel (#20762)
* supported domain information in EntityInfoPanel

* fix playwright
2025-04-11 10:32:42 +05:30
Shailesh Parmar
ae59aa9b22
feat(ui): add new SVG icons for file formats and update BlockEditor styles (#20760)
* feat(ui): add new SVG icons for file formats and update BlockEditor styles

* minor changes
2025-04-11 10:10:10 +05:30
Mohit Yadav
432b74f8cb
Add Policy validation to users (#20520) 2025-04-11 09:48:22 +05:30
Mohit Yadav
523e504a31
Fix-20765 Issue in update() method (#20766) 2025-04-11 09:47:23 +05:30
Mohit Yadav
d86257c2a0
Missing Permission on Adding Users to team (#20768) 2025-04-11 09:37:20 +05:30
Sweta Agarwalla
2ecf934812
update to have ingestionRunner outside of config (#20767) 2025-04-10 22:06:14 +02:00
Gyowanny P. Queiroz
bd77b7d3d8
Add ingestion runner field (#20757) 2025-04-10 20:16:15 +02:00
IceS2
f88d9ba392
MINOR: Renamed DayOneApp to AutoPilot (#20720)
* Renamed DayOneApp to SmartStart

* Fix Checkstyle

* Change the day one app references in the UI

* Change Smart Start to Auto Pilot

* Adding autoPilotAppConfig.ts generated file

* fix

* Update the generated types

* Change the Auto Pilot to AutoPilot

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-04-10 21:47:45 +05:30
Chirag Madlani
0926904185
fix(ui): team filter for insight page with multiple support (#20663)
* fix(ui): team filter for insight page with multiple support

* consistent style across pages

* fix scroll changes

* fix styles

* background fixes

* fix styles

* mark as slow

* fix tests

* fix styling

* fix correct page index for nlq search

* fix tests

* fix styles

* fix minor styles

* fix styles

* fix minor style

* minor styles

* fix styles

* update heights

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-04-10 20:39:59 +05:30
Pere Miquel Brull
d45498e603
FIX #19919 - Traverse children columns when accepting suggestions (#20690) 2025-04-10 16:39:59 +02:00