5223 Commits

Author SHA1 Message Date
Aniket Katkar
851df61e5b
Merge branch 'main' into fix-superset-form-bug 2025-10-02 11:29:02 +05:30
Ram Narayan Balaji
3e3c675760
Improvement: Add reviewers to Metrics (#23662)
* Add reviewers to Metrics

* Update generated TypeScript types

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-02 10:45:39 +05:30
Ashish Gupta
5af269b618
updated the contract SLA section list icon (#23656) 2025-10-01 19:01:16 +05:30
Tomas Montiel Prieto
e6edd3c760
Minor - add executedQuery field (#23627)
* add executedQuery field

* Update generated TypeScript types

* Trigger CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-01 15:10:31 +02:00
Eugenio
dff2b394d5
Fix classification scoring (#23523)
* Add `reason` property to `TagLabel`

This is to understand what score was used for selecting the entity

* Build `TagLabel`s with `reason`

* Increase `PIIProcessor._tolerance`

This is so we correctly filter out low scores from classifiers while still maintaining the normalization that filters out confusing outcomes.

e.g: an output with scores 0.3, 0.7 and 0.75, would initially filter the 0.3 and then discard the other two because they're both relatively high results.

* Make database and DAO changes needed to persist `TagLabel.reason`

* Update generated TypeScript types

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-01 12:11:14 +00:00
Adrià Manero
0f1b2aa681
Fixes #23125: Notification template validation and reset (#23536)
* Setup SPI Pattern for seed data path on OM commercial version

* Implement and test Notification Template validation and reset endpoints

* Relocate system-default notification templates

* Update generated TypeScript types

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-10-01 13:30:41 +02:00
Shrushti Polekar
a0fea6d11d
fix(ui): mentions in notification box (#23619)
* fix mentions in notification box

* fix activity feed mention redirection issue

* added unit test

* added playwright test

* address pr comments

* address pr comment
2025-10-01 16:21:43 +05:30
Aniket Katkar
ae39c7e68e
Fix(UI): Add service form bugs (#23613)
* Add default filter pattern fields for custom and share point drive connections

* Add translations for additional properties

* Fix the additional properties field showing in the default filters form
Improve the additional properties field input in the form to make it clear with a label

* Update generated TypeScript types

* Empty commit

* refactor(tests): streamline imports in Directory, File, Spreadsheet, and Worksheet class tests

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-01 15:18:24 +05:30
Ashish Gupta
1012247a7e
chore(ui): fix data contracy flaky test are data asset button check (#23653) 2025-10-01 15:01:43 +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
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
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
Aniket Katkar
8a704b9bd7
Merge branch 'main' into fix-superset-form-bug 2025-10-01 09:59:45 +05:30
Shrushti Polekar
1fb18ef815
fix test (#23412) 2025-09-30 23:26:21 +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
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
Aniket Katkar
eaf307806d
Merge branch 'main' into fix-superset-form-bug 2025-09-30 17:12:12 +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
Aniket Katkar
4617be0eb1
Merge branch 'main' into fix-superset-form-bug 2025-09-30 12:11:46 +05:30
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
8aba677c41
Merge branch 'main' into fix-superset-form-bug 2025-09-30 10:08:10 +05:30
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
fdbe6b08d7 Fix Search Index Application spec failure 2025-09-30 10:01:30 +05:30
Aniket Katkar
0c9e6d797b
Merge branch 'main' into fix-superset-form-bug 2025-09-30 08:08:33 +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
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
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
Aniket Katkar
048e544fb3
Merge branch 'main' into fix-superset-form-bug 2025-09-29 09:43:42 +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
Ashish Gupta
ab11983741
support not_contains in contract semantic form (#23485) 2025-09-28 00:06:03 +02:00
Shrushti Polekar
134ab5d538
fix(ui): SSO feedbacks and improvements (#23553)
* fix dropdown issue

* update breadcrumb icon

* address styling feedbacks

* fix error taost  content panel resize issue

* update doc stylings

* minor style updates

* update doc stylings

* refactor code to avoid global style

* update delete scim modal

* minor style fix

* minor fix

* fix select dropdown styles

* refactor code to remove !important

* improve login experience

* Update generated TypeScript types

* fix unit test

* update scroll behaviour

* remove eslint issues

* remove old icons

* address pr comment

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-09-27 21:19:21 +05:30
Harshit Shah
78c613445b
fix(ui): Typo in landing page and flaky tests (#23601) 2025-09-27 07:46:09 -07:00
Ashish Gupta
40eaae13e7
minor improvement around contract security initial data pick (#23600) 2025-09-27 16:04:38 +05:30
Ashish Gupta
6688cf2dc0
fix the contract description being cut (#23598) 2025-09-27 12:48:18 +05:30
Ashish Gupta
46c49a959d
updated contract security form details (#23591)
* updated contract security form details

* modify the security form as per semantic styling

* modify unit test as per form change

* change the place of add-row-filter

* render the description component conditionally and increase the chart fetch limit and and increase the execution number in limited width

* fix the sonar test
2025-09-27 11:21:41 +05:30
Ashish Gupta
b38890cfa4
chore(ui): Fix Data Contract contains flaky test and updated Terms of Service icon (#23570)
* chore(ui): Fix Data Contract contains flaky test

* updated the terms of service tab icon and increase some panel width
2025-09-27 00:16:17 +05:30
Aniket Katkar
77e16cfb6d Merge remote-tracking branch 'origin/main' into fix-superset-form-bug 2025-09-26 22:15:52 +05:30
Aniket Katkar
1506c29387
Revert "Fix(ui): Force Test Connection (#21734)"\n\nThis reverts commit b1a1cd89a743b321b2726e5c85f66408c8687dc8. (#23567) 2025-09-26 22:12:38 +05:30
Ashish Gupta
dc474e44f6
supported created_by and created_at info to display in UI of DataContract (#23531)
* supported created by and at info of data contract

* re-order sla select unit options

* added unit test for sla component and fix data visibility
2025-09-26 21:16:22 +05:30
Aniket Katkar
063e37a8d8
fix: improve timestamp sorting logic in IngestionRecentRuns component (#23572) 2025-09-26 20:31:30 +05:30
Ashish Gupta
f934b79d65
supported scroll in certification popover list (#23534) 2025-09-26 20:17:19 +05:30
Ashish Gupta
bcae472cc0
improve playwright test of bulk import/edit (#23538) 2025-09-26 20:17:09 +05:30
sonika-shah
d8a3e5f5ed
UI: Handle deleted flag in /aggregate API to restore dropdown search results (#23558)
* add searchSettings aggregation in searchSettings.json

* refactor: update ExploreQuickFilters and ExploreUtils to include showDeleted and deleted parameters

* feat: enhance ExploreDiscovery tests to handle deleted assets visibility based on showDeleted toggle

* Revert schemaChanges.sql files to match main

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-09-26 18:17:56 +05:30