From 88060131818e766ae86e00b28edd8b63c74d8080 Mon Sep 17 00:00:00 2001 From: Julius Remigio <14811322+juls858@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:23:18 -0700 Subject: [PATCH] - fix solana secret name for quicknode_utils.solana_mainnet_rpc (#48) --- .github/workflows/dbt_test.yml | 5 +++-- macros/marketplace/quicknode/util_udfs.yaml.sql | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dbt_test.yml b/.github/workflows/dbt_test.yml index 2ef2d9e..d1daa57 100644 --- a/.github/workflows/dbt_test.yml +++ b/.github/workflows/dbt_test.yml @@ -1,4 +1,5 @@ name: test udfs +run-name: ${{ github.event.inputs.branch }} on: workflow_dispatch: @@ -34,7 +35,7 @@ jobs: with: warehouse: DBT_CLOUD environment: workflow_prod - command: test --selector test_udfs + command: test --selector test_udfs --threads 24 dispached: uses: ./.github/workflows/dbt.yml @@ -43,4 +44,4 @@ jobs: with: warehouse: ${{ inputs.warehouse }} environment: workflow_${{ inputs.environment }} - command: test --selector test_udfs \ No newline at end of file + command: test --selector test_udfs --threads 24 \ No newline at end of file diff --git a/macros/marketplace/quicknode/util_udfs.yaml.sql b/macros/marketplace/quicknode/util_udfs.yaml.sql index 03a3811..2f8b824 100644 --- a/macros/marketplace/quicknode/util_udfs.yaml.sql +++ b/macros/marketplace/quicknode/util_udfs.yaml.sql @@ -48,7 +48,7 @@ sql: | SELECT live.udf_api( 'POST', - '{solana-mainnet}', + '{solana-solana-mainnet}', {}, {'id': 1,'jsonrpc': '2.0','method': METHOD,'params': PARAMS}, '_FSC_SYS/QUICKNODE'