mirror of
https://github.com/FlipsideCrypto/bsc-models.git
synced 2026-02-06 10:46:44 +00:00
param change
This commit is contained in:
parent
54df99c371
commit
44b38da678
@ -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}' -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, "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 test -m "fsc_evm,tag:chainhead"
|
||||
secrets: inherit
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.0.0-beta.94
|
||||
revision: v4.0.0-beta.95
|
||||
Loading…
Reference in New Issue
Block a user