ethereum-models/.github/workflows/dbt_run_streamline_beacon.yml
Austin 7fda45e344
v4.2.0 (#1091)
* v4.2.0

* 4.3
2025-06-24 16:33:10 -04:00

17 lines
482 B
YAML

name: dbt_run_streamline_beacon
run-name: dbt_run_streamline_beacon
on:
workflow_dispatch:
branches:
- "main"
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
command_name: Run Beacon Models
command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "ethereum_models,tag:streamline_beacon_realtime" "ethereum_models,tag:streamline_beacon_complete"
secrets: inherit