From 10499bfcb4a5ddea220e003b0026df1c03a540f2 Mon Sep 17 00:00:00 2001 From: Reuven Gonzales Date: Tue, 21 May 2024 09:13:31 -0700 Subject: [PATCH] Uncomment bq2cloudsql (#1481) --- .github/workflows/warehouse-run-data-pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/warehouse-run-data-pipeline.yml b/.github/workflows/warehouse-run-data-pipeline.yml index 9454932bb..e342bdf18 100644 --- a/.github/workflows/warehouse-run-data-pipeline.yml +++ b/.github/workflows/warehouse-run-data-pipeline.yml @@ -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