mirror of
https://github.com/FlipsideCrypto/mantle-models.git
synced 2026-02-06 13:26:46 +00:00
updates
This commit is contained in:
parent
9df7560dc4
commit
6feb7cb89a
@ -42,4 +42,4 @@ jobs:
|
||||
|
||||
- name: Run History Models
|
||||
run: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline_core_complete" main_package.core.streamline.history.streamline__traces_history "fsc_evm,tag:streamline_core_complete_confirm_blocks"
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline_core_complete" main_package.core.streamline.history.streamline__traces_history "fsc_evm,tag:streamline_core_complete_confirm_blocks" "fsc_evm,tag:streamline_core_history_confirm_blocks"
|
||||
|
||||
@ -160,14 +160,14 @@ vars:
|
||||
# RECEIPTS_HISTORY_WORKER_BATCH_SIZE: 12000
|
||||
# RECEIPTS_HISTORY_TESTING_LIMIT: 4
|
||||
|
||||
TRACES_REALTIME_NEW_BUILD: True
|
||||
# TRACES_REALTIME_NEW_BUILD: True
|
||||
# TRACES_REALTIME_TESTING_LIMIT: 3
|
||||
|
||||
TRACES_HISTORY_NEW_BUILD: True
|
||||
TRACES_HISTORY_SQL_LIMIT: 1500000
|
||||
TRACES_HISTORY_PRODUCER_BATCH_SIZE: 20000
|
||||
TRACES_HISTORY_WORKER_BATCH_SIZE: 2000
|
||||
TRACES_HISTORY_ORDER_BY_CLAUSE: 'ORDER BY partition_key DESC'
|
||||
# TRACES_HISTORY_NEW_BUILD: True
|
||||
# TRACES_HISTORY_SQL_LIMIT: 1500000
|
||||
# TRACES_HISTORY_PRODUCER_BATCH_SIZE: 20000
|
||||
# TRACES_HISTORY_WORKER_BATCH_SIZE: 2000
|
||||
# TRACES_HISTORY_ORDER_BY_CLAUSE: 'ORDER BY partition_key DESC'
|
||||
# TRACES_HISTORY_TESTING_LIMIT: 4
|
||||
|
||||
CONFIRM_BLOCKS_REALTIME_NEW_BUILD: True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user