Success status returned when validations in YAML files throw exception #1312
Labels
priority: p0
Highest priority. Critical issue. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi,
DVT returns success status (i.e. exit (0)) even when the YAML file throws an exception (after printing message "Error %s occurred while running config file %s. Skipping it for now.").
This is problematic when the YAML file is run using Cloud Run and there is an intermittent error (like failure writing to BQ). The expectation is that DVT would return a failure status code (non zero exit status) - which could result in the task being retried.
Sundar Mudupalli
The text was updated successfully, but these errors were encountered: