This commit is contained in:
Austin 2025-07-01 15:45:04 -04:00
parent ebd4c0b779
commit 45a5241410

View File

@ -15,6 +15,6 @@ jobs:
with:
command_name: Run Chainhead Models
command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "MAIN_SL_TRACES_REALTIME_SQL_LIMIT":4800, "MAIN_SL_TRACES_REALTIME_PRODUCER_BATCH_SIZE":4800, "MAIN_SL_TRACES_REALTIME_WORKER_BATCH_SIZE":600, "MAIN_SL_TRACES_REALTIME_ASYNC_CONCURRENT_REQUESTS":50}' -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 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