mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:51:48 +00:00
del steps, only call RT and mainnet22 blocks (#174)
This commit is contained in:
parent
b55f82f5ad
commit
d821ec8b78
@ -48,7 +48,3 @@ jobs:
|
||||
- name: Run DBT History Jobs - Mainnet22
|
||||
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 streamline__get_blocks_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet21.nodes.onflow.org:9000", "start_block": 44950207, "end_block": 47169686}'
|
||||
|
||||
@ -44,12 +44,3 @@ jobs:
|
||||
- name: Run DBT Realtime
|
||||
run: |
|
||||
dbt run -s 1+streamline__get_collections_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_RUN_HISTORY": True}'
|
||||
|
||||
- name: Run DBT History Jobs - Mainnet22
|
||||
run: |
|
||||
dbt run -s 1+streamline__get_collections_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 streamline__get_collections_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet21.nodes.onflow.org:9000", "start_block": 44950207, "end_block": 47169686}'
|
||||
|
||||
@ -44,12 +44,3 @@ jobs:
|
||||
- name: Run DBT Realtime
|
||||
run: |
|
||||
dbt run -s 1+streamline__get_transaction_results_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_RUN_HISTORY": True}'
|
||||
|
||||
- name: Run DBT History Jobs - Mainnet22
|
||||
run: |
|
||||
dbt run -s 1+streamline__get_transaction_results_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 streamline__get_transaction_results_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet21.nodes.onflow.org:9000", "start_block": 44950207, "end_block": 47169686}'
|
||||
|
||||
@ -44,12 +44,3 @@ jobs:
|
||||
- name: Run DBT Realtime
|
||||
run: |
|
||||
dbt run -s 1+streamline__get_transactions_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_RUN_HISTORY": True}'
|
||||
|
||||
- name: Run DBT History Jobs - Mainnet22
|
||||
run: |
|
||||
dbt run -s 1+streamline__get_transactions_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 streamline__get_transactions_history --vars '{"STREAMLINE_INVOKE_STREAMS": True, "node_url": "access-001.mainnet21.nodes.onflow.org:9000", "start_block": 44950207, "end_block": 47169686}'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user