mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 11:16:44 +00:00
- fix solana secret name for quicknode_utils.solana_mainnet_rpc (#48)
This commit is contained in:
parent
ccbef30615
commit
8806013181
5
.github/workflows/dbt_test.yml
vendored
5
.github/workflows/dbt_test.yml
vendored
@ -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
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user