mozilla / bigquery-etl

Bigquery ETL
https://mozilla.github.io/bigquery-etl
Mozilla Public License 2.0
242 stars 98 forks source link

Print list of failed queries at end of cli dry run #5771

Closed BenWu closed 4 weeks ago

BenWu commented 4 weeks ago

Prints sql files that failed. Printing the error messages would be better but needs more work

┆Issue is synchronized with this Jira Task

BenWu commented 4 weeks ago

I just noticed the validate_schema path only catches some exceptions so the script exits when the pool map returns. Added a catch and print for exception there