mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
change defillama smaller results endpoint
This commit is contained in:
parent
3361e242d3
commit
b6b62eaffa
@ -162,7 +162,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
utils.udf_redirect_s3_presigned_url(
|
||||
@ -195,7 +195,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
utils.udf_redirect_s3_presigned_url(
|
||||
@ -229,7 +229,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
utils.udf_redirect_s3_presigned_url(
|
||||
@ -264,7 +264,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
CASE is_async
|
||||
@ -290,7 +290,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
utils.udf_redirect_s3_presigned_url(
|
||||
@ -321,7 +321,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
_live.udf_api_sync(
|
||||
@ -341,7 +341,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
_live.udf_api_sync(
|
||||
@ -359,7 +359,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
_live.udf_api_sync(
|
||||
@ -378,7 +378,7 @@
|
||||
return_type: VARIANT
|
||||
options: |
|
||||
VOLATILE
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async Externall Function.$$
|
||||
COMMENT = $$Executes an LiveQuery Sync or Async External Function.$$
|
||||
sql: |
|
||||
SELECT
|
||||
_live.udf_api_sync(
|
||||
|
||||
@ -7,7 +7,7 @@ models:
|
||||
- test_udf:
|
||||
name: test_defillama__get_status_200
|
||||
args: >
|
||||
'/protocols'
|
||||
'/categories'
|
||||
, {}
|
||||
assertions:
|
||||
- result:status_code = 200
|
||||
|
||||
Loading…
Reference in New Issue
Block a user