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..7855b7e --- /dev/null +++ b/.github/workflows/dbt_run_streamline_balances_history.yml @@ -0,0 +1,19 @@ +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 diff --git a/packages.yml b/packages.yml index 5baba5f..aa99498 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.24.4 \ No newline at end of file + revision: v4.25.1 \ No newline at end of file