Closed saurav-c closed 1 year ago
This PR adds error checking to the BigQuery executor to see if the dataset exists before trying to save an artifact to it.
ENG 2947
python3 scripts/run_linters.py -h
run_integration_test
skip_integration_test
Backlog issue for testing created here: https://linear.app/aqueducthq/issue/ENG-2983/add-test-case-for-accessing-bigquery-dataset-that-does-not-exist
Describe your changes and why you are making these changes
This PR adds error checking to the BigQuery executor to see if the dataset exists before trying to save an artifact to it.
Related issue number (if any)
ENG 2947
Loom demo (if any)
Checklist before requesting a review
python3 scripts/run_linters.py -h
for usage).run_integration_test
: Runs integration testsskip_integration_test
: Skips integration tests (Should be used when changes are ONLY documentation/UI)