From 3ef5efdbd1f53a68709f575011b1d2677ddbbc01 Mon Sep 17 00:00:00 2001 From: drethereum Date: Thu, 20 Nov 2025 14:28:14 -0700 Subject: [PATCH] merge --- .github/workflows/dbt_run_scheduled_curated.yml | 2 +- .github/workflows/dbt_run_scheduled_curated_daily.yml | 2 +- packages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_curated.yml b/.github/workflows/dbt_run_scheduled_curated.yml index a1fe3e99..2a6f463f 100644 --- a/.github/workflows/dbt_run_scheduled_curated.yml +++ b/.github/workflows/dbt_run_scheduled_curated.yml @@ -15,5 +15,5 @@ jobs: with: command_name: Run Curated Models command: | - dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" + dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:records" "fsc_evm,tag:streamline,tag:balances,tag:realtime" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:complete" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:realtime" --vars '{"STREAMLINE_INVOKE_STREAMS":True}' secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dbt_run_scheduled_curated_daily.yml b/.github/workflows/dbt_run_scheduled_curated_daily.yml index 1265ce9f..c22bf22e 100644 --- a/.github/workflows/dbt_run_scheduled_curated_daily.yml +++ b/.github/workflows/dbt_run_scheduled_curated_daily.yml @@ -15,5 +15,5 @@ jobs: with: command_name: Run Curated Daily Models command: | - dbt run -m "fsc_evm,tag:silver,tag:balances" "fsc_evm,tag:gold,tag:balances" "fsc_evm,tag:curated_daily" "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:records" "fsc_evm,tag:streamline,tag:balances,tag:realtime" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:complete" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:realtime" --vars '{"STREAMLINE_INVOKE_STREAMS":True}' + dbt run -m "fsc_evm,tag:silver,tag:balances" "fsc_evm,tag:gold,tag:balances" "fsc_evm,tag:curated_daily" secrets: inherit \ No newline at end of file diff --git a/packages.yml b/packages.yml index 96e49fde..b38ee081 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.38.0 + revision: v4.38.1