From 05b725598222dbb462cbbf714b4125588cf9ac24 Mon Sep 17 00:00:00 2001 From: drethereum Date: Tue, 16 Dec 2025 14:33:15 -0700 Subject: [PATCH 1/2] set up --- .github/workflows/dbt_run_scheduled_curated.yml | 2 +- .github/workflows/dbt_run_scheduled_curated_daily.yml | 2 +- .github/workflows/dbt_run_streamline_reads_history.yml | 2 +- dbt_project.yml | 4 ++++ packages.yml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_curated.yml b/.github/workflows/dbt_run_scheduled_curated.yml index 2a6f463f..5e4a455e 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" "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 "$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:contract_reads,tag:records" "fsc_evm,tag:streamline,tag:contract_reads,tag:complete" "fsc_evm,tag:streamline,tag:contract_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 c22bf22e..dd9af323 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" + dbt run -m "fsc_evm,tag:curated_daily" secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dbt_run_streamline_reads_history.yml b/.github/workflows/dbt_run_streamline_reads_history.yml index c488222f..8f81c7e4 100644 --- a/.github/workflows/dbt_run_streamline_reads_history.yml +++ b/.github/workflows/dbt_run_streamline_reads_history.yml @@ -15,5 +15,5 @@ jobs: with: command_name: Run Reads History Models command: | - dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:complete" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:history" + dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline,tag:contract_reads,tag:complete" "fsc_evm,tag:streamline,tag:contract_reads,tag:records" "fsc_evm,tag:streamline,tag:contract_reads,tag:history" secrets: inherit \ No newline at end of file diff --git a/dbt_project.yml b/dbt_project.yml index 88d6eb1c..02697a00 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -93,6 +93,8 @@ models: +enabled: true curated_package: +enabled: false + contract_reads: + +enabled: true stats: +enabled: true chain_stats: @@ -107,6 +109,8 @@ models: +enabled: true stablecoins: +enabled: true + tvl: + +enabled: true balances_package: +enabled: false erc20: diff --git a/packages.yml b/packages.yml index e1a616b3..7cf28622 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.39.1 + revision: DAT2-135/generic-reads From e11bb2ab3fa51057bb8905f08388217975688c64 Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 7 Jan 2026 11:51:36 -0700 Subject: [PATCH 2/2] v4.42.2 --- packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.yml b/packages.yml index 7cf28622..5d6e4ff8 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: DAT2-135/generic-reads + revision: v4.42.2