From f36898a8f51cb7e1485a23beeac9107d98c2e4e7 Mon Sep 17 00:00:00 2001 From: desmond-hui <97470747+desmond-hui@users.noreply.github.com> Date: Mon, 27 Feb 2023 16:12:36 -0800 Subject: [PATCH] disable unused (#33) --- .github/workflows/dbt_run_daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_daily.yml b/.github/workflows/dbt_run_daily.yml index 4e7967e..42cbb16 100644 --- a/.github/workflows/dbt_run_daily.yml +++ b/.github/workflows/dbt_run_daily.yml @@ -39,4 +39,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run \ No newline at end of file + dbt run --exclude models/bronze_api/bronze_api__get_validator_metadata.sql \ No newline at end of file