From c6049b405d0581d10d2bc22b3b13adb49b2330e4 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Fri, 8 Sep 2023 13:47:01 -0400 Subject: [PATCH] fix the inc --- .github/workflows/dbt_run_scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_scheduled.yml b/.github/workflows/dbt_run_scheduled.yml index 73e5a70..3941308 100644 --- a/.github/workflows/dbt_run_scheduled.yml +++ b/.github/workflows/dbt_run_scheduled.yml @@ -29,7 +29,7 @@ jobs: with: dbt_command: | dbt seed; - dbt run --exclude tag:classic --exclude models/silver/_observability; + dbt run --exclude tag:classic models/silver/_observability models/silver/streamline; environment: workflow_prod warehouse: ${{ vars.WAREHOUSE }} secrets: inherit