13272 Commits

Author SHA1 Message Date
IceS2
2d469e1b00
parametrize get private key for snowflake (#22214) 2025-07-08 15:47:00 +02:00
Aniket Katkar
00b8aa03fd
Fix the failing playwright for service ingestion (#22218) 2025-07-08 18:51:21 +05:30
Aniket Katkar
7a6bace101
Fix the deleted assets showing even when deleted switch is not checked (#22217) 2025-07-08 18:48:58 +05:30
Mayur Singal
573e3bfc21
MINOR: Improve Array Sampler for UC & DBX (#22155)
* MINOR: Improve Array Sampler for UC & DBX

* make log debug

* address comments
2025-07-08 14:25:20 +02:00
Mike Kutzma
2cfabf6017
[FIX] 21910: Update amundsen ingest (#22201)
Addresses: #21910

Removed 'Either' that currently wraps the generators being yieded from
in the amundsen `metadata.py` from the `AmundsenSource` class. I think
these are not necessary and causing the issue since the objects being
yielded inside those methods (`self.create_table_entity`, etc) are all
yielding `Either` objects.

Tested on my local instance and this resolved the issue with the service
not being able to ingest.

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2025-07-08 17:43:55 +05:30
Mayur Singal
1cbf4cf67b
MINOR: Fix pytest 3.10 running too long (#22211) 2025-07-08 17:19:00 +05:30
Dhruv Parmar
20107efd48
fix navbar crash (#22212) 2025-07-08 17:03:08 +05:30
Chris Alfano
be2ed5ff62
docs: fix config example for Azure SSO on k8s (#22070) 2025-07-08 16:37:11 +05:30
Ram Narayan Balaji
85b7328e95
Minor fix: Relevant fields are pulled for bulk import (#22154)
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-07-08 16:09:56 +05:30
Mohit Yadav
0b2321e976
Added Session Age for Cookies (#22166)
* - Added Session Age for Cookies

* Make OIDC Session Expiry Configurable

* Update generated TypeScript types

* Updated Docker Files

* Update Session to 7 days

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-08 15:07:52 +05:30
Mayur Singal
2fcf3281d8
MINOR: Fix snowflake map key type error (#22205) 2025-07-08 14:44:05 +05:30
ppavlov39
9db5a3daa9
Add maxRequestHeaderSize to server.applicationConnectors section in OpenMetaData default config file (#21346)
Co-authored-by: Pavlov Pavel <pavlovpk@tutu.tech>
Co-authored-by: Matias Puerta <matias@getcollate.io>
2025-07-08 08:25:31 +00:00
sonika-shah
56b1719494
Fix #22067 : Domain inheritance issue after team removal (#22146)
* fix Domain inheritance issue after team removal

* add backend test and fix logic

* added playwright test

* update domain on reload

* fix test

* fix test

---------

Co-authored-by: Shrushti Polekar <shrushtipolekar@gmail.com>
2025-07-08 12:26:19 +05:30
Dhruv Parmar
2177bc2e03
fixed unaligned charts (#22165)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-07-08 12:10:18 +05:30
harshsoni2024
718642541c
MINOR: pbi display table name from source (#22191)
* pbi display table name from source

* Update generated TypeScript types

* log correction

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-08 07:26:38 +02:00
harshsoni2024
1e2ab2795e
add logs for all api calls (#22179) 2025-07-08 07:25:28 +02:00
Mohit Yadav
4db9bd063c
Added Virtual Threads and Semaphore to control (#22198)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-07-08 10:45:29 +05:30
Dhruv Parmar
85da793e6f
Fix(UI) : Added browser language support (#22132)
* support browser language

* moved map to utils

* fixed sidebar not rendering and unit tests

* fixed localization rendering

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-07-08 10:34:39 +05:30
Shrushti Polekar
e8bd7ea8a0
fix(ui): Data quality tab table pagination issue (#22103)
* fix data quality tab pagination issue

* added test

* fix re-render issue on pagination param update

* update test to create multiple test case data

* Enhance query parameter handling in TestCases and useTableFilters components

- Updated TestCases component to use brackets format for array query parameters.
- Modified useTableFilters to handle both array format and comma-separated strings for filter values.
- Removed unnecessary array to string conversion to preserve array format in query parameters.

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-07-08 10:33:09 +05:30
Mayur Singal
c2a3027962
MINOR: Fix pytest 3.10 (#22192) 2025-07-08 10:09:00 +05:30
Chirag Madlani
ea049643f7
fix(ui): okta multi tab refresh issue (#21280)
* fix(ui): okta multi tab refresh issue

* add missing import

* update okta settings to run unlimited refresh

* empty commit
2025-07-08 09:57:29 +05:30
Sriharsha Chintalapani
dbc0d97b99
Add more debug logs; improve JVM params to be JVM 21 (#22194) 2025-07-07 17:14:43 -07:00
Sriharsha Chintalapani
299e20cad9
Update backup-restore-metadata.md (#22197)
fix language in backup
2025-07-07 12:04:27 -07:00
Keshav Mohta
dc179c30d7
Fixes: Unity Catalog Empty Tag (#22061)
* fix: added tag_value check

* fix: checkstyle
2025-07-07 18:39:25 +02:00
Sriharsha Chintalapani
d21c0b0f2e
Add DataContract status result API; add reviewers for data contract (#22176)
* Add DataContract status result API; add reviewers for data contract

* Update generated TypeScript types

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-07-07 18:30:21 +02:00
Karan Hotchandani
16b94538df
fix stored procedure summary panel exception (#22189) 2025-07-07 21:06:51 +05:30
Sriharsha Chintalapani
02a5a5fcc2
Bulk load fields for paginations and indexing (#21771)
* Add db max connections to used while auto tune search index app

* Add more logging

* Add batch reading of entities

* Fix bulk loading issues

* Fix bulk loading issues

* Fix bulk loading issues

* Increase the default max concurrent requests

* Remove entitynotfound from errors

* Add higher no.of threads

* Fix KPI, TestCase, Policy repository fixes

* Fix Merge Issues

* Remove column tests

* Add bulk load for Tags

* Fix tests

* Fix tests for TestSuiteRepository

* Improve bulk loading in Table, DatabaseSchema

* Improve bulk loading in all entities

* fix merge error

* Improve indexing for entities

* Improve performance while pagination

* fix tests

* fix tests

* fix tests

* fix markdown test

* Address issues with bulkloading owners,inherited owners in database schema, tables, roles

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2025-07-07 07:46:42 -07:00
IceS2
1260a0600a
MINOR: Update Snowflake Connection (#22167)
* Update Snowflake Connection

* Extracting needed methods
2025-07-07 16:38:22 +02:00
Himanshu Khairajani
d12d93e0ea
Feat #21783: Add Json Schema Attribute in Automator for Domain Lineage Propagation. #21784 (#22010)
* Feat #21783: Add Json Schema Attribute in Automator for Domain Lineage Propagation. (#21784)

Automator - Domain Lineage Propagation

* UI Feat: Domain Propagation Changes

* UI Feat: Domain Propagation Changes

* UI Feat: Domain Propagation Changes

* Update generated TypeScript types

* Update generated TypeScript types

---------

Co-authored-by: --global <--global>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-07 16:36:37 +02:00
mgorsk1
3f01be6756
feat: derive downstream lineage from DBT exposures (#21992)
* 🎉 Init

* replace TARGET with EXPOSURE

* refactor and document

* add docs

* handle missing type/entity not matching

* linter

* update docs

* refactor for using label for communicating FQN as name field cannot contain special characters other than underscore. Storing dots in the name works for now but there is a deprecation warning and it will fail in the future.

* improve docs

* improve docs

* improve logging

* refactor for usage of meta.open_metadata_fqn

* linting

* update docs

* update docs

* fix docs

* 🎉 Add tests
2025-07-07 16:34:33 +02:00
Karan Hotchandani
087172e537
fix(ui): show toast error on duplicate domain (#22177)
* show toast error on duplicate domain

* fix tests
2025-07-07 19:26:27 +05:30
Rounak Dhillon
55799dce35
Doc: Adding Import Export Troubleshooting section in data governance (#22135) 2025-07-07 18:31:11 +05:30
Rounak Dhillon
f3324c8ff8
Doc: 1.7 to 1.8 Replacement in Upgrade (#22181)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-07 18:19:50 +05:30
Rounak Dhillon
6af6a940d5
Doc: Lineage Workflow Configuration Updation (#22182)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-07 18:19:34 +05:30
Ayush Shah
573b43d59a
Update GitHub workflows to ignore changes in openmetadata-docs directory for Java and Python checkstyle actions (#22175) 2025-07-07 12:39:03 +02:00
Chirag Madlani
b119a34a1e
Revert "chore(ci): improve e2e runners with conditions (#22084)" (#22183)
This reverts commit 1db71c06d4c687226c89519ca4c7f66ab00977d6.
2025-07-07 14:59:26 +05:30
Aniket Katkar
f5d8b093d5
Fix#1633: Add filterJsonTree to the automatorAppConfig (#22098)
* Add filterJsonTree to the automatorAppConfig

* Update generated TypeScript types

* add comment

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-07 12:29:25 +05:30
Dhruv Parmar
90311b77e3
fixed flaky custom config (#22163) 2025-07-06 22:48:20 +05:30
Ashish Gupta
307e883b10
FIX: Api version endpoint page breaking due to STRING changeDescription updated (#22060)
* fix the api version endpoint page breaking due to STRING changeDescription updated

* change the logic and use same function which  displayName use

* added unit test for schemaVersionUtils

* change function name to be generic

* added support for dataDisplayType diff supported for other supporting entity as well

* adde playwright test
2025-07-05 17:16:23 +05:30
Sriharsha Chintalapani
cec7dd31ad
Fix #21662: Optional Redis Write-Through Cache for Database Queries (#21667)
* Fix #21662: Optional Redis Write-Through Cache for Database Queries

* Fix #21662: Optional Redis Write-Through Cache for Database Queries

* Fix #21662: Optional Redis Write-Through Cache for Database Queries

* Add lazy load, add test profile

* Fix stylecheck

* Fix tests, sonar comments

* Fix tests, sonar comments

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-07-04 23:21:20 -07:00
Rounak Dhillon
28581333ec
Doc: X symbol Removal (#22136)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-04 18:07:49 -07:00
Karan Hotchandani
c8a06d17a9
skip domain test (#22151) 2025-07-04 18:25:50 +05:30
IceS2
f97a40da6a
Fix Get Connection (#22033)
* Fix Get Connection

* Fix Data Diff Get Connection
2025-07-04 14:04:53 +02:00
Ashish Gupta
79df730b85
fix the playwright auth-setup breaking (#22149) 2025-07-04 16:10:47 +05:30
Shrushti Polekar
d7c11b1557
fix mentions formatting in block editor (#22057) 2025-07-04 14:48:22 +05:30
Dhruv Parmar
6be034fd44
Fixed(ui): cron validations in Ingestion (#22073)
* Fixed cron validations

* added tests

* fixed playwright || addressed comment

* fixed sonar test

* fixed jest tests

* fixed edge cases

* fixed cron expressions
2025-07-04 14:45:05 +05:30
Ashish Gupta
3e17b85f2e
#22089: fix the table column selection not persisting for all action in dropdown (#22094)
* fix the table column selection not persisting for all action in dropdown

* added playwright test for the test

* move the utils changes to the component itself

* updated the code as the setter was not needed

* modify state name and remove unnecessary conditions
2025-07-04 14:43:49 +05:30
Dhruv Parmar
5989df394d
moved types to devdependency (#22133) 2025-07-04 14:26:56 +05:30
Aniket Katkar
7e39510ddb
Fix: Playwright AUTs flakiness (#22128)
* Fix the flak AUT tests

* Add license
2025-07-04 11:47:31 +05:30
Rounak Dhillon
f524219292
Doc: Note Updation in Big Query (#22138)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-03 23:03:44 -07:00