-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: allow config update for external app #14034
Conversation
… into fix-appConfig
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
"$ref": "internal/dataInsightsReportAppConfig.json" | ||
}, | ||
{ | ||
"$ref": "internal/searchIndexingAppConfig.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
centralizing all configs
} | ||
} | ||
"allowConfiguration": false, | ||
"appConfiguration": {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleaning data insights app config and configuring it directly in the backend, since we don't allow it to be configured via the UI.
...ta-service/src/main/java/org/openmetadata/service/apps/bundles/insights/DataInsightsApp.java
Outdated
Show resolved
Hide resolved
...ta-service/src/main/java/org/openmetadata/service/apps/bundles/insights/DataInsightsApp.java
Outdated
Show resolved
Hide resolved
[open-metadata-airflow-apis] Kudos, SonarCloud Quality Gate passed! |
[open-metadata-ui] Kudos, SonarCloud Quality Gate passed! |
[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed! |
Describe your changes:
Allow configuration update for External Apps.
part of https://github.com/open-metadata/openmetadata-collate/issues/154
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>