- fix solana secret name for quicknode_utils.solana_mainnet_rpc (#48)

This commit is contained in:
Julius Remigio 2023-08-31 11:23:18 -07:00 committed by GitHub
parent ccbef30615
commit 8806013181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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
command: test --selector test_udfs --threads 24

View File

@ -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'