This commit is contained in:
Austin 2024-11-13 11:00:33 -05:00
parent 9df7560dc4
commit 6feb7cb89a
2 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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