-
Notifications
You must be signed in to change notification settings - Fork 3
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
APP-4737 Enhance MDIR with data domains and products #1239
base: main
Are you sure you want to change the base?
Conversation
@@ -81,6 +81,24 @@ uiConfig { | |||
helpText = "Whether to include detailed results (Yes), or only the headline metrics (No) in the Excel file produced." | |||
fallback = false | |||
} | |||
["include_data_products"] = new Radio { | |||
title = "Include data products" |
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.
This should be something more like "Generate data products?" — at the moment it sounds like it's asking whether data products should be included in the report output (i.e. whether they should themselves be counted as assets).
(See the title and description of include_glossary
, which this is basically replacing.)
@JsonProperty("include_glossary") val includeGlossary: String = "TRUE", | ||
@JsonProperty("glossary_name") val glossaryName: String = "Metadata metrics", |
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.
These two include_glossary
and glossary_name
should be removed from the package.pkl
file, too.
Jira: APP-4737