Skip to content
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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

pavanmanishd
Copy link
Collaborator

@pavanmanishd pavanmanishd commented Jan 21, 2025

Jira: APP-4737

@pavanmanishd pavanmanishd self-assigned this Jan 21, 2025
@pavanmanishd pavanmanishd changed the title First Iteration of Report using Data Domains and Products APP-4737 Enhance MDIR with data domains and products Jan 21, 2025
@pavanmanishd pavanmanishd added the packages Changes related to custom packages label Jan 21, 2025
@@ -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"
Copy link
Collaborator

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.)

Comment on lines 14 to 15
@JsonProperty("include_glossary") val includeGlossary: String = "TRUE",
@JsonProperty("glossary_name") val glossaryName: String = "Metadata metrics",
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Changes related to custom packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants