From fc53f8190123df26c91d4ef9a858077c8334ee80 Mon Sep 17 00:00:00 2001 From: drethereum Date: Tue, 29 Oct 2024 14:57:54 -0600 Subject: [PATCH] updates to workflows --- ...bt_run_scheduled_core.yml => dbt_run_scheduled_main.yml} | 6 +++--- .github/workflows/dbt_test_intraday.yml | 5 +---- data/github_actions__workflows.csv | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) rename .github/workflows/{dbt_run_scheduled_core.yml => dbt_run_scheduled_main.yml} (75%) diff --git a/.github/workflows/dbt_run_scheduled_core.yml b/.github/workflows/dbt_run_scheduled_main.yml similarity index 75% rename from .github/workflows/dbt_run_scheduled_core.yml rename to .github/workflows/dbt_run_scheduled_main.yml index 6b2dbb3..78e7267 100644 --- a/.github/workflows/dbt_run_scheduled_core.yml +++ b/.github/workflows/dbt_run_scheduled_main.yml @@ -1,5 +1,5 @@ -name: dbt_run_scheduled_core -run-name: dbt_run_scheduled_core +name: dbt_run_scheduled_main +run-name: dbt_run_scheduled_main on: workflow_dispatch: @@ -41,4 +41,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run -m "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" + dbt run -m "core_models,tag:core" "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" \ No newline at end of file diff --git a/.github/workflows/dbt_test_intraday.yml b/.github/workflows/dbt_test_intraday.yml index 81f42f8..fbb78c4 100644 --- a/.github/workflows/dbt_test_intraday.yml +++ b/.github/workflows/dbt_test_intraday.yml @@ -43,7 +43,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt test -m "fsc_evm,tag:recent_test" - - - + dbt test -m "fsc_evm,tag:recent_test" \ No newline at end of file diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 9218768..a24f5f1 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,5 +1,5 @@ workflow_name,workflow_schedule dbt_run_streamline_chainhead,"23,53 * * * *" -dbt_run_scheduled_core,"1,31 * * * *" +dbt_run_scheduled_main,"1,31 * * * *" dbt_test_intraday,"39 */4 * * *" dbt_run_streamline_history,"22 * * * *" \ No newline at end of file