We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3c61f commit 11f23f4Copy full SHA for 11f23f4
.circleci/workflows.yml
@@ -253,7 +253,7 @@ jobs:
253
PATHS="sql/bigquery-etl-integration-test"
254
fi
255
echo $PATHS
256
- PATH="venv/bin:$PATH" script/bqetl dryrun --validate-schemas $PATHS
+ PATH="venv/bin:$PATH" script/bqetl dryrun --use-cache --validate-schemas $PATHS
257
# yamllint enable rule:line-length
258
- *persist_dryrun_cache
259
- *copy_debug_sql
0 commit comments