Skip to content

Chnages - #2213

Open
Krishnam24maheshwari wants to merge 1 commit into
datacommonsorg:masterfrom
Krishnam24maheshwari:new
Open

Chnages#2213
Krishnam24maheshwari wants to merge 1 commit into
datacommonsorg:masterfrom
Krishnam24maheshwari:new

Conversation

@Krishnam24maheshwari

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the "validation_config_file" property from the BIS central bank policy rate manifest. The reviewer correctly points out that removing this configuration disables crucial validation checks (such as SQL validations and golden checks), which could lead to undetected data quality issues, and recommends retaining it.

],
"cron_schedule": "0 05 * * 6",
"validation_config_file": "validation_config.json"
"cron_schedule": "0 05 * * 6"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Removing the validation_config_file reference disables all validation checks (such as SQL validations, golden checks, and deletion thresholds) defined in validation_config.json. This can lead to undetected data quality issues or corrupted imports. Please retain the validation configuration reference unless there is a specific reason to disable these checks.

            "cron_schedule": "0 05 * * 6",
            "validation_config_file": "validation_config.json"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant