From 0b3f905791e5dadd020f0fa961dff9b3d4895666 Mon Sep 17 00:00:00 2001 From: Tom Shelley Date: Tue, 20 Feb 2024 12:33:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20add=20a=20pre=20seed=20step=20du?= =?UTF-8?q?e=20to=20use=20of=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index b258008..b1f8007 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -54,6 +54,11 @@ jobs: run: | poetry run dbt debug --target snowflake-ci + - name: dbt seed on Snowflake + id: dbt-build-snowflake + run: | + poetry run dbt seed --target snowflake-ci + - name: dbt build on Snowflake id: dbt-build-snowflake run: |