Skip to content
Open

Chnages #2213

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"cleaned_csv": "output/central_bank_policy_rate.csv"
}
],
"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"

}
]
}