From 72432399697a44ebd6254c3844576162fcfbc8d0 Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:24:05 -0600 Subject: [PATCH] balances/cleanup (#507) * balances history * bump --- ...y_temp.yml => dbt_run_streamline_balances_history.yml} | 8 +++----- packages.yml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) rename .github/workflows/{dbt_run_streamline_balances_history_temp.yml => dbt_run_streamline_balances_history.yml} (68%) diff --git a/.github/workflows/dbt_run_streamline_balances_history_temp.yml b/.github/workflows/dbt_run_streamline_balances_history.yml similarity index 68% rename from .github/workflows/dbt_run_streamline_balances_history_temp.yml rename to .github/workflows/dbt_run_streamline_balances_history.yml index 62bdc06..7855b7e 100644 --- a/.github/workflows/dbt_run_streamline_balances_history_temp.yml +++ b/.github/workflows/dbt_run_streamline_balances_history.yml @@ -1,12 +1,10 @@ -name: dbt_run_streamline_balances_history_temp -run-name: dbt_run_streamline_balances_history_temp +name: dbt_run_streamline_balances_history +run-name: dbt_run_streamline_balances_history on: workflow_dispatch: branches: - "main" - schedule: - - cron: '26 */3 * * *' concurrency: group: ${{ github.workflow }} @@ -15,7 +13,7 @@ jobs: called_workflow_template: uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main with: - command_name: Run Balances History Temp Models + command_name: Run Balances History Models command: | dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:records" "fsc_evm,tag:streamline,tag:balances,tag:history" secrets: inherit \ No newline at end of file diff --git a/packages.yml b/packages.yml index 951e700..8aeb61a 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.27.8 \ No newline at end of file + revision: v4.27.9 \ No newline at end of file