Skip to content

Commit

Permalink
Uncomment bq2cloudsql (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored May 21, 2024
1 parent c739720 commit 10499bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/warehouse-run-data-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
env:
PLAYGROUND_DAYS: 30

# - name: Copy the bigquery tables to cloudsql
# run: |
# poetry run bq2cloudsql
# env:
# DBT_TARGET: production
- name: Copy the bigquery tables to cloudsql
run: |
poetry run bq2cloudsql
env:
DBT_TARGET: production

0 comments on commit 10499bf

Please sign in to comment.