From d821ec8b7800d30cd5a037297943d95b2ff09323 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:02:36 -0600 Subject: [PATCH] del steps, only call RT and mainnet22 blocks (#174) --- .github/workflows/dbt_run_streamline_blocks.yml | 4 ---- .github/workflows/dbt_run_streamline_collections.yml | 9 --------- .../workflows/dbt_run_streamline_transaction_results.yml | 9 --------- .github/workflows/dbt_run_streamline_transactions.yml | 9 --------- 4 files changed, 31 deletions(-) diff --git a/.github/workflows/dbt_run_streamline_blocks.yml b/.github/workflows/dbt_run_streamline_blocks.yml index 80596d4..ecd6cb5 100644 --- a/.github/workflows/dbt_run_streamline_blocks.yml +++ b/.github/workflows/dbt_run_streamline_blocks.yml @@ -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}' diff --git a/.github/workflows/dbt_run_streamline_collections.yml b/.github/workflows/dbt_run_streamline_collections.yml index 2464c15..e759c71 100644 --- a/.github/workflows/dbt_run_streamline_collections.yml +++ b/.github/workflows/dbt_run_streamline_collections.yml @@ -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}' diff --git a/.github/workflows/dbt_run_streamline_transaction_results.yml b/.github/workflows/dbt_run_streamline_transaction_results.yml index 4bc73ef..093687e 100644 --- a/.github/workflows/dbt_run_streamline_transaction_results.yml +++ b/.github/workflows/dbt_run_streamline_transaction_results.yml @@ -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}' diff --git a/.github/workflows/dbt_run_streamline_transactions.yml b/.github/workflows/dbt_run_streamline_transactions.yml index 76ad54c..4ba5083 100644 --- a/.github/workflows/dbt_run_streamline_transactions.yml +++ b/.github/workflows/dbt_run_streamline_transactions.yml @@ -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}'