pause blocks on mainnet 19-21

This commit is contained in:
Jack Forgash 2023-09-08 15:37:20 -06:00
parent fe7c2b724b
commit 4ba34956c5

View File

@ -49,14 +49,14 @@ jobs:
run: |
dbt run -s 1+streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet22.nodes.onflow.org:9000", "start_block": 47169687, "end_block": 55114466}'
- name: Run DBT History Jobs - Mainnet21
run: |
dbt run -s 1+streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet21.nodes.onflow.org:9000", "start_block": 44950207, "end_block": 47169686}'
# - name: Run DBT History Jobs - Mainnet21
# run: |
# dbt run -s 1+streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet21.nodes.onflow.org:9000", "start_block": 44950207, "end_block": 47169686}'
- name: Run DBT History Jobs - Mainnet20
run: |
dbt run -s 1+streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet20.nodes.onflow.org:9000", "start_block": 40171634, "end_block": 44950206}'
# - name: Run DBT History Jobs - Mainnet20
# run: |
# dbt run -s 1+streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet20.nodes.onflow.org:9000", "start_block": 40171634, "end_block": 44950206}'
- name: Run DBT History Jobs - Mainnet19
run: |
dbt run -s 1+streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet19.nodes.onflow.org:9000", "start_block": 35858811, "end_block": 40171633}'
# - name: Run DBT History Jobs - Mainnet19
# run: |
# dbt run -s 1+streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet19.nodes.onflow.org:9000", "start_block": 35858811, "end_block": 40171633}'