From c117a3c529bafba8a02fb15c24d5b3f742bb640c Mon Sep 17 00:00:00 2001 From: Tom Shelley Date: Tue, 20 Feb 2024 12:35:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20update=20seed=20step=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index b1f8007..01e06b5 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -55,7 +55,7 @@ jobs: poetry run dbt debug --target snowflake-ci - name: dbt seed on Snowflake - id: dbt-build-snowflake + id: dbt-seed-snowflake run: | poetry run dbt seed --target snowflake-ci