add backfill run

This commit is contained in:
sam 2025-07-24 22:01:41 +08:00
parent 331ffa6aa4
commit 4fd8ea6ed3

View File

@ -15,5 +15,5 @@ jobs:
with:
command_name: Run Curated Models
command: |
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated"
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" && dbt run -m silver_bridge__everclear_reads --vars '{"backfill_2": true}'
secrets: inherit