From 2c7fb01c3b595df6c34b4e01ded14c0c03c659c6 Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 10 Sep 2025 10:30:42 -0600 Subject: [PATCH] package --- ...t_run_streamline_balances_history_temp.yml | 21 ------------------- packages.yml | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/workflows/dbt_run_streamline_balances_history_temp.yml diff --git a/.github/workflows/dbt_run_streamline_balances_history_temp.yml b/.github/workflows/dbt_run_streamline_balances_history_temp.yml deleted file mode 100644 index cc9826e..0000000 --- a/.github/workflows/dbt_run_streamline_balances_history_temp.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: dbt_run_streamline_balances_history_temp -run-name: dbt_run_streamline_balances_history_temp - -on: - workflow_dispatch: - branches: - - "main" - schedule: - - cron: '52 */5 * * *' - -concurrency: - group: ${{ github.workflow }} - -jobs: - called_workflow_template: - uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main - with: - command_name: Run Balances History Temp 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 af01736..5baba5f 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.24.3 \ No newline at end of file + revision: v4.24.4 \ No newline at end of file