mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 11:06:48 +00:00
17 lines
482 B
YAML
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
|