Skip to content

Commit

Permalink
Setup environment variables for dbt-bigquery in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Aug 27, 2024
1 parent f3cb7fa commit 30d9b97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
steps:
- checkout
- run: pip install --pre dbt-bigquery -r dev-requirements.txt
- run:
name: Setup Environment Variables
command: echo 'export BIGQUERY_KEYFILE_JSON="$BIGQUERY_SERVICE_ACCOUNT_JSON"' >> "$BASH_ENV"
- run:
name: "Run OG Tests - BigQuery"
command: ./run_test.sh bigquery
Expand Down

0 comments on commit 30d9b97

Please sign in to comment.