-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Hide Incremental Metadata Extraction config for unsupported database sources #19468
base: main
Are you sure you want to change the base?
Fix: Hide Incremental Metadata Extraction config for unsupported database sources #19468
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Fixes #17397
Currently, the Incremental Metadata Extraction configuration is displayed for all database sources, even though it is only supported by RedShift, BigQuery, and Snowflake.
This PR updates the application logic to hide the Incremental Metadata Extraction config for all database sources other than RedShift, BigQuery, and Snowflake.
Displaying Incremental Metadata Extraction for BigQuery
Screen.Recording.2025-01-23.at.8.07.42.PM.1.1.mov
Hiding Incremental Metadata Extraction for all other dbs.
Screen.Recording.2025-01-23.at.8.14.30.PM.1.1.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>