mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:41:55 +00:00
pause blocks on mainnet 19-21
This commit is contained in:
parent
fe7c2b724b
commit
4ba34956c5
18
.github/workflows/dbt_run_streamline_blocks.yml
vendored
18
.github/workflows/dbt_run_streamline_blocks.yml
vendored
@ -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}'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user