mirror of
https://github.com/FlipsideCrypto/scroll-models.git
synced 2026-02-06 10:36:55 +00:00
20 lines
641 B
YAML
20 lines
641 B
YAML
name: dbt_run_streamline_chainhead
|
|
run-name: dbt_run_streamline_chainhead
|
|
|
|
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 Chainhead Models
|
|
command: |
|
|
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:chainhead" "fsc_evm,tag:streamline,tag:core,tag:complete" "fsc_evm,tag:streamline,tag:core,tag:realtime" --exclude "fsc_evm,tag:receipts_by_hash"
|
|
dbt test -m "fsc_evm,tag:chainhead"
|
|
secrets: inherit |