13989 Commits

Author SHA1 Message Date
Chirag Madlani
6710187dd8
Merge branch 'main' into chore-lineage-styles 2025-10-01 14:56:04 +05:30
Keshav Mohta
6b7262a8ea
Feature: MF4 File Reader (#23308)
* feat: mf4 file reader

* refactor: removed schema_from_data implementation

* test: added tests for mf4 files
2025-10-01 11:19:00 +02:00
Chirag Madlani
c844e1dfe0 fix playwright tests 2025-10-01 14:43:51 +05:30
Sriharsha Chintalapani
721cdfa51e
Fix creation of Glossary when domain is selected (#23650)
* Fix creation of Glossary when domain is selected

* fix the playwright test around creation when there is active domain on project level

* fix the being scrolled when screen is scrolling

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-10-01 14:28:25 +05:30
Chirag Madlani
66e774ee72
Merge branch 'main' into chore-lineage-styles 2025-10-01 14:26:58 +05:30
Pere Miquel Brull
3842678776
Rename contract consumers and display data on UI (#23626)
* MINOR - Rename contract consumers

* Update generated TypeScript types

* supported contract security data display ui with test

* fix the row_filter data being send on API if they don't posses data

* fix the playwright test because of breaking of adding new rule

* reverted the commented code

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-10-01 10:53:13 +02:00
Marat Khambelov
df76f1d225
Improve the Russian translation dictionary #23643 (#23644)
Co-authored-by: MaratKhambelov <mkhambelov@ecom.tech>
2025-10-01 09:44:58 +02:00
Pere Miquel Brull
375e001dd9
MINOR - Fix S3 logging from ingestion pipelines (#23590)
* MINOR - Fix S3 logging from ingestion pipelines

* Update generated TypeScript types

* config

* update s3 configurations for streamable logs

* Update generated TypeScript types

* update s3 configurations for streamable logs

* update s3 configurations for streamable logs

* update s3 configurations for streamable logs

* SSE off by default

* Update log retrieval to use s3 if ingestion runner has streamable logs enabled

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pablo Takara <pjt1991@gmail.com>
2025-10-01 09:44:17 +02:00
Mohit Yadav
347c26b10c
Fix failing tests from sdk (#23641)
* Fix Failing Test

* Fix testst

* Fix table Resource tests

* Fix Glossary Test

* Fix Type Resource Test

* Add sdk path

* Fix Tests

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-09-30 17:48:00 -07:00
Shrushti Polekar
1fb18ef815
fix test (#23412) 2025-09-30 23:26:21 +05:30
Sriharsha Chintalapani
79955f6d54
Fix sdk (#23640)
* Disable sdk async test

* remove unnecessary files

* Fix sdk methods
2025-09-30 10:05:14 -07:00
Ayush Shah
dd99ab5678
feat: Add Unity Catalog data diff module to use DBX connection instead of workspaceclient (#23404) 2025-09-30 20:56:54 +05:30
Ashish Gupta
dbf482f8da
support owner operation with editOwner and editALL for teams (#23625)
* support owner opertaion with editOwner and editALL for teams

* remove the isAdmin condition here, as for admin there will be editALL permissionby default

* fix the playwright test

* used the getPrioritizedEditPermission method for permission check
2025-09-30 20:12:54 +05:30
Chirag Madlani
dad994999c fix tests 2025-09-30 19:47:22 +05:30
Chirag Madlani
163d542449 update missing suspense 2025-09-30 19:23:48 +05:30
Chirag Madlani
2f06081a03
Merge branch 'main' into chore-lineage-styles 2025-09-30 19:01:47 +05:30
Shrushti Polekar
d0074d748a
SSO minor improvements around field level errors (#23607)
* remove provider-name from required fields for configured sso

* added live validations for public key url

* update oidc request scope to array field on ui

* added translation files

* address pr comment

* address pr comment
2025-09-30 18:59:42 +05:30
Chirag Madlani
441b069ccc update tests and sonarqube issues 2025-09-30 18:47:24 +05:30
Chirag Madlani
db03817fee update translation and fix filter for impact analysis 2025-09-30 16:57:51 +05:30
Chirag Madlani
fd915acdb3
Merge branch 'main' into chore-lineage-styles 2025-09-30 16:09:40 +05:30
Chirag Madlani
f16e5f2bf2 minor fix 2025-09-30 16:09:20 +05:30
Ram Narayan Balaji
423fc5ce85
Fix TypeResource to handle indefinition references (#23592) 2025-09-30 15:38:28 +05:30
Chirag Madlani
e51fc7afe6
Merge branch 'main' into chore-lineage-styles 2025-09-30 13:42:48 +05:30
Chirag Madlani
358e27af29 style update 2025-09-30 13:40:21 +05:30
Dhruv Parmar
98c937ddde
Fix(ui): glossary pagination issue (#23438)
* fixed glossary term pagination issues

* fixed expand all recursive api calls

* removed unused code

* fixed expand all button

* fixed glossary tests

* fixed glossary review issues

* fixed search issue

* fixed playwright failure

* addressed comments
2025-09-30 13:22:12 +05:30
Ashish Gupta
f16b82296e
supported entity column list in contract security form (#23617)
* supported entity column list in contract security form

* supported nested columns
2025-09-30 12:54:10 +05:30
Sriharsha Chintalapani
4f3376c16c
Disable sdk async test (#23624) 2025-09-30 08:15:58 +02:00
Ashish Gupta
3926595c24
chore(ui): playwright improve contract test to avoid flakiness (#23605)
* chore(ui): playwright improve contract test to avoid flakiness

* fix the contract failing due to persona wait
2025-09-30 10:49:18 +05:30
Ashish Gupta
a852a06166
supported running status in contract execution chart (#23611) 2025-09-30 10:48:57 +05:30
Sriharsha Chintalapani
18677afd39
Add support for Tags customizable rules, capturing feedback (#23289)
* Add support for translations in multi lang

* Add Tag Feedback System

* Update generated TypeScript types

* Fix typing issues and add tests to reocgnizer factory

* Updated `TagResourceTest.assertFieldChange` to fix broken test

This is because change description values had been serialized into strings and for some reason the keys ended up in a different order. So instead of performing String comparison, we do Json comparisons

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eugenio Doñaque <eugenio.donaque@getcollate.io>
2025-09-30 07:17:18 +02:00
Aniket Katkar
c41a1c9ab5
Chore: Add notify downstream functionality and related tests in the UI. (#23595)
* feat: add notify downstream functionality and related tests in DestinationSelectItem component

* test: enhance tests for DestinationSelectItem and ObservabilityFormTriggerItem components with resource handling
2025-09-30 10:07:38 +05:30
Aniket Katkar
cf62abe256
Add logic to show the platform info banner even in case of status=200 and the API response contains reason in case of Hybrid platform. (#23614) 2025-09-30 08:07:15 +05:30
Sriharsha Chintalapani
bb1395fc72
Implement Modern Fluent API Pattern for OpenMetadata Java Client (#23239)
* Implement Modern Fluent API Pattern for OpenMetadata Java Client

* Add Lineage, Bulk, Search static methods

* Add all API support for Java & Python SDKs

* Add Python SDKs and mock tests

* Add Fluent APIs for sdks

* Add Fluent APIs for sdks

* Add Fluent APIs for sdks, support async import/export

* Remove unnecessary scripts

* fix py checkstyle

* fix tests with new plural form sdks

* Fix tests

* remove examples from python sdk

* remove examples from python sdk

* Fix type check

* Fix pyformat check

* Fix pyformat check

* fix python integration tests

* fix pycheck and pytests

* fix search api pycheck

* fix pycheck

* fix pycheck

* fix pycheck

* Fix test_sdk_integration

* Improvements to SDK

* Remove SDK coverage for Python 3.9

* Remove SDK coverage for Python 3.9

* Remove SDK coverage for Python 3.9
2025-09-29 16:07:02 -07:00
Mohit Tilala
22a0925cd2
Fix correct snowflake object types in source url (#23612) 2025-09-29 15:31:10 +00:00
Chirag Madlani
ae503c26e5
chore: update code owner for openmetadata-ui-core-components (#23616) 2025-09-29 19:57:34 +05:30
Chirag Madlani
e748239531
Merge branch 'main' into chore-lineage-styles 2025-09-29 19:09:20 +05:30
Chirag Madlani
c3f6a41059 update tooltip 2025-09-29 19:05:29 +05:30
Karan Hotchandani
94bd82443f
ci(pw): increase number of machine to fasten the results (#23615) 2025-09-29 18:47:28 +05:30
Keshav Mohta
4528c0c1c4
Fixes #23416: Option To Opt Out of BigQuery Policy Tags Ingestion (#23532)
* fix: added includePolicyTags flag

* feat: added includePolicyTags
2025-09-29 18:24:10 +05:30
Mohit Yadav
5de12a8cef
Fix search index issue due to zero runtime changes (#23604)
* Remove new rebuild indexes

* Fix Reindex for vector embedding
2025-09-29 18:06:24 +05:30
Chirag Madlani
07ddc9ef35 add fullscreen button and fix tests 2025-09-29 17:29:21 +05:30
sonika-shah
92c30f2a0a
Fix: PostgreSQL migration immutability issue with databaseSchemaHash … (#23606)
* Fix: PostgreSQL migration immutability issue with databaseSchemaHash column

* Fix: PostgreSQL migration immutability issue with databaseSchemaHash column
2025-09-29 17:07:09 +05:30
Mayur Singal
b489112bdd
MINOR: Fix import error log (#23578) 2025-09-29 12:47:19 +05:30
Chirag Madlani
9d24e389b6
Merge branch 'main' into chore-lineage-styles 2025-09-29 12:22:18 +05:30
Chirag Madlani
3a88076d5f minor fixes 2025-09-29 12:16:19 +05:30
Ashish Gupta
77cfe7849b
Modify ContractExecutionChart to occupy full space and chart bar's start from left (#23602)
* modify contract execution chart to occupy full space

* remove unwanted css

* move the chart bar's to be aligned in left hand side
2025-09-29 11:00:02 +05:30
Ajith Prasad
ed71f3629a
Field level validation in SSO configuration (#23562)
* Field level validation in SSO configuration

* Update generated TypeScript types

* Ldap field error response

* add form field level error validations

* field level error highlight style fix

* fix array field level error highlight issue

* minor style fix for array fields

* resolve merge conflict

* error highlight for text area fields

* fix test

* Fixed tests and improvement

* added unit test

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
2025-09-29 10:54:51 +05:30
Ajith Prasad
d69b17f0ba
Added OM Operation to remove security config (#23528) 2025-09-29 10:30:01 +05:30
Aniket Katkar
acc79aab1e
Chore(UI): Drive service bug fixes and unit tests (#23554)
* feat: Add file type, extension, and version fields to file details

- Updated  in  to include , , and .
- Introduced new test file  to cover the functionality of the .
- Enhanced  to export the  class for testing purposes.
- Created  to implement tests for the  functionality.
- Updated  to include  in the default fields for worksheets.

* feat: Add default filter patterns for directories, files, spreadsheets, and worksheets in Drive service

* fix: Add margin to advanced properties collapse for better spacing

* Update generated TypeScript types

* Add tests for new pages
refactor: Move interface definitions for detail page tabs to their respective utils files to fix circular dependency
Add unit tests for SpreadsheetDetailsUtils and WorksheetDetailsUtils

- Created SpreadsheetDetailsUtils.test.tsx to test the functionality of the SpreadsheetDetailsUtils module, including tab rendering and widget retrieval.
- Created WorksheetDetailsUtils.test.tsx to test the functionality of the WorksheetDetailsUtils module, covering tab rendering and widget handling.
- Implemented various test cases to ensure correct behavior for different scenarios, including edge cases for both modules.
- Mocked necessary components and utilities to isolate tests and ensure reliable results.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-09-29 09:42:16 +05:30
Sriharsha Chintalapani
ed144ab0e8
Add threat model and incident response (#23603) 2025-09-28 13:17:23 -07:00