13917 Commits

Author SHA1 Message Date
Pere Miquel Brull
c5b9e1620f
DOCS - Multi domain breaking changes (#22806) 2025-08-11 14:47:17 -07:00
Sriharsha Chintalapani
d41fbc3968
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>
2025-08-11 17:21:41 +00:00
Sriharsha Chintalapani
15b92735b9
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-11 19:39:39 +05:30
Ayush Shah
e0e7cf21d3
MINOR: Refactor BigQuery client type hinting in bigquery_utils.py (#22873)
* Refactor BigQuery client type hinting in bigquery_utils.py

- Updated type hint for the BigQuery client to use forward declaration for better compatibility with type checking.
- Moved import statement for google.cloud.bigquery inside TYPE_CHECKING block to optimize imports during runtime.

* Refactor BigQuery client import structure in bigquery_utils.py

- Moved the import statement for google.cloud.bigquery inside the TYPE_CHECKING block to enhance type hinting compatibility.
- Adjusted the import location for better runtime performance and adherence to best practices.
2025-08-11 17:54:08 +05:30
Karan Hotchandani
a239cfb884
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
2025-08-11 16:33:48 +05:30
Rounak Dhillon
b725bee3c7
Docs: Grafana Connector Updation (#22875)
* Docs: Grafana Connector Updation

* Docs: Grafana Connector Updation

---------

Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-08-11 08:00:50 +00:00
Sriharsha Chintalapani
c4d395d14d
fix logger level in sample_data.yaml (#22867) 2025-08-11 12:25:20 +05:30
Copilot
f281ba5b2c
Add comprehensive GitHub Copilot instructions combining AI principles with OpenMetadata development guidance (#22860) 2025-08-11 12:19:51 +05:30
Karan Hotchandani
1564b308be
App widgets oss (#22743)
* update lineage provider

* add plugin registry for applications

* fix tests

* add documentation for plugin
2025-08-11 11:55:06 +05:30
Rounak Dhillon
85aa2a8c2b
Docs: Brandname Tag Revert (#22868)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-08-11 11:40:39 +05:30
Copilot
0411153de1
Fix Swagger documentation showing incorrect dataProducts field in Data Product Create API (#22393)
* Initial plan

* Fix Swagger showing incorrect dataProducts field in Data Product Create API

Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>

* Apply consistent RequestBody annotations to Domain resource for completeness

Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>

* fix CHECKSTYLE

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2025-08-11 09:06:26 +05:30
Marcão
8cc997d7e5
ISSUE-22847: Update pt-br.json (#22849) 2025-08-11 08:46:37 +05:30
Mohit Yadav
5741bbb653
Fix Failing Migrations dues to charts (#22850) 2025-08-09 00:09:21 +05:30
Pranita Fulsundar
de9be56c90
fix(test): DataContract.spec (#22837)
* fix test

* fix test

* fix test

* fix test

* minor fix
2025-08-08 21:08:43 +05:30
Harshit Shah
eec39eef79
Remove home text from landing page and disable save for customize pages (#22840) 2025-08-08 18:42:30 +05:30
Rounak Dhillon
b35e6a4880
Docs: Brandname Updation (#22845)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-08-08 13:05:36 +00:00
chaoming-tech
433546238e
Add Traditional Chinese translation (#22838)
Co-authored-by: 27014 <howard.zhang@foxconn.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-08-08 18:18:49 +05:30
Rounak Dhillon
aa121fb30c
Docs: Brandname Updation (#22839)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-08-08 08:49:25 +00:00
Tomas Montiel Prieto
66b6250588
Minor: add configs for embedding provider (#22825)
* add configs for embedding provider

* Update generated TypeScript types

* ci: trigger

* make embedding dimension dynamic

* Update generated TypeScript types

* ci: trigger

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-08 12:35:12 +05:30
Pere Miquel Brull
b430a65e61
FIX - Restore existing DC during PUT (#22832) 2025-08-08 07:15:45 +02:00
Aniket Katkar
bce4bcd32f
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>
2025-08-08 07:55:55 +05:30
Pere Miquel Brull
ec9b0ef030
FIX - Contract mismatch with existing test suites (#22826)
* FIX - Contract mismatch with existing test suites

* FIX - Contract mismatch with existing test suites

* FIX - Contract mismatch with existing test suites

* format

* format
2025-08-07 20:28:32 +02:00
Chirag Madlani
bc8583cd56
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>
2025-08-07 23:07:36 +05:30
Harshit Shah
94ba5f1612
Fix curated assets description (#22827) 2025-08-07 08:52:53 -07:00
Rounak Dhillon
4254c96223
Docs: Brandname tag updation (#22824)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-08-07 14:18:43 +00:00
Rounak Dhillon
582a944843
Docs: Kafka Permissions Updation (#22818)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-08-07 11:33:32 +00:00
Rounak Dhillon
bb4bbefee6
Docs: Airflow Configuration Note Updation (#22817) 2025-08-07 16:29:13 +05:30
Mohit Yadav
30b5634522
Fix Vulnerabilities (#22813) 2025-08-07 13:59:24 +05:30
Aniket Katkar
04ab3b29fe
Chore: Service Insights live update improvements and bug fixes (#22772)
* Update the common props for ServiceInsights tabs

* Fix unit test
2025-08-07 13:29:18 +05:30
Rounak Dhillon
5ce7d38fc8
Docs: Tag Addition (#22807)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-08-07 07:27:05 +00:00
Shrushti Polekar
bdb22fd36c
fix(test): permissions test (#22719)
* fix test

* refcator test

* refactor test

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-08-07 11:41:59 +05:30
Mohit Yadav
e40210f137
Fix Vulnerabilities (#22805) 2025-08-07 10:59:29 +05:30
Ashish Gupta
3cd9ae913b
PLAYWRIGHT: Unskip Classification and SchemaTable playwright test (#22799)
* unskip the schema table test

* unskip classification playwright test
2025-08-07 10:53:24 +05:30
Harshit Shah
1be0f04d65
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>
2025-08-07 09:56:58 +05:30
Harshit Shah
694668bd5d
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>
2025-08-06 20:13:14 -07:00
Pranita Fulsundar
b136282db7
fix tour.spec (#22800) 2025-08-07 05:26:51 +05:30
Dhruv Parmar
355a579d35
Fix(ui): Flaky Tier Count (#22791)
* fixed tier flaky

* removed unncessary items
2025-08-07 02:41:41 +05:30
harshsoni2024
42572747ed
MINOR: e2e fixes (#22787) 2025-08-06 21:11:02 +00:00
Ashish Gupta
d376bc1aa9
PLAYWRIGHT: skip the range selection test in bulk import (#22796)
* skip the range selection test in bulk import

* added some more context
2025-08-07 01:02:47 +05:30
Ashish Gupta
7fa6518a55
COVERAGE: fix the coverage issue due to dataAssetRules changes (#22801)
* fix the coverage issue due to dataAssetRules changes

* remove the commented code
2025-08-07 01:00:54 +05:30
Aleksey Stefonyak
65928c149a
MINOR - fix(elasticsearch): add None value filter (#18711)
* fix(elasticsearch.py) - add None value filter

Sometimes elasticsearch returns lists with None values in it.
To fix this issue we need to filter them out first, befor returning most relevant to the endpoint.

* fix tests

---------

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2025-08-06 23:52:01 +05:30
mgorsk1
956a13f3f0
feat: Enable ES Search for Databases (#19041)
* 🎉 Init

* linter

* bring back removed code for api collection

* remove comment

* fix type hint

---------

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2025-08-06 23:51:09 +05:30
Ariel Schulz
d31e2d8ba0
Feature/1 fix and add lineage to exasol connector (#21399)
* Add lineage to Exasol connector

* Update test_connection to return TestConnectionResult

* Add exasol tests & dependencies to tests in setup.py

* Opensearch is required for testing, so add it there

* Modify metadata

* Update documentation for lineage

* Apply formatting changes to code

* Apply make py_format
2025-08-06 23:49:38 +05:30
Pranita Fulsundar
6358446c0e
test(ui): enhance data contract playwright test (#22795)
* enhance data contract test

* minor fix
2025-08-06 22:57:25 +05:30
Akash Verma
1cc1abcd27
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:01:41 +05:30
Dhruv Parmar
58dbb98205
Fix(ui) : Release dialog flash (#22776)
* fixed release dialog flash

* optimized approach to remove release dialog flash

* fixed sonar

* fixed github redirect

* updated tests
2025-08-06 21:33:01 +05:30
Harshit Shah
51b826b06b
Fix glossary tab and chart icon issue for persona (#22793) 2025-08-06 21:31:24 +05:30
Dhruv Parmar
014f62417b
added tests for data model count (#22756) 2025-08-06 21:29:08 +05:30
Pere Miquel Brull
b6e236195e
MINOR - Disable Custom Data Asset Rules (#22784) 2025-08-06 17:36:34 +02:00
Shrushti Polekar
7877602167
fix metrics test (#22781) 2025-08-06 20:59:54 +05:30