From fa5802064e1bad19ba07c3809ffd972622b82b65 Mon Sep 17 00:00:00 2001 From: drethereum Date: Mon, 3 Nov 2025 14:45:22 -0700 Subject: [PATCH] history wf --- .../dbt_run_streamline_balances_history.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/dbt_run_streamline_balances_history.yml diff --git a/.github/workflows/dbt_run_streamline_balances_history.yml b/.github/workflows/dbt_run_streamline_balances_history.yml new file mode 100644 index 0000000..9657662 --- /dev/null +++ b/.github/workflows/dbt_run_streamline_balances_history.yml @@ -0,0 +1,20 @@ +name: dbt_run_streamline_balances_history +run-name: dbt_run_streamline_balances_history + +on: + workflow_dispatch: + branches: + - "main" + + +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 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