diff --git a/.github/workflows/dbt_run_streamline_history.yml b/.github/workflows/dbt_run_streamline_history.yml index d4b4d02..5631ec2 100644 --- a/.github/workflows/dbt_run_streamline_history.yml +++ b/.github/workflows/dbt_run_streamline_history.yml @@ -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" diff --git a/dbt_project.yml b/dbt_project.yml index e79644e..2ccbd00 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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