Skip to content

Commit

Permalink
return simple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 29, 2024
1 parent ca04687 commit 6563164
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,7 @@ jobs:
BIGQUERY_DBT_PROJECT: ${{ secrets.BIGQUERY_DBT_PROJECT }}
BIGQUERY_DBT_DATASET: ${{ secrets.BIGQUERY_DBT_DATASET }}
GCLOUD_SERVICE_KEY: ${{ secrets.GCLOUD_SERVICE_KEY }}
run: sh run.sh
run: |
export DBT_VARS="$(cat vars | sed "s/\$AB_DB/${{ secrets.BIGQUERY_DBT_PROJECT }}/g")"
poetry run dbt deps
poetry run dbt run --target bigquery --full-refresh --vars $DBT_VARS

0 comments on commit 6563164

Please sign in to comment.