change defillama smaller results endpoint

This commit is contained in:
Jensen Yap 2025-07-30 00:48:01 +09:00
parent 3361e242d3
commit b6b62eaffa
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -7,7 +7,7 @@ models:
- test_udf:
name: test_defillama__get_status_200
args: >
'/protocols'
'/categories'
, {}
assertions:
- result:status_code = 200