mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 03:07:13 +00:00
add lt_near_tx_udf_api
This commit is contained in:
parent
d60977ef9a
commit
5df67da3e3
@ -14,4 +14,20 @@
|
||||
options: |
|
||||
NOT NULL
|
||||
sql: udf_api
|
||||
|
||||
- name: {{ schema }}.lt_near_tx_udf_api
|
||||
signature:
|
||||
- [method, STRING]
|
||||
- [url, STRING]
|
||||
- [headers, OBJECT]
|
||||
- [DATA, VARIANT]
|
||||
- [user_id, STRING]
|
||||
- [SECRET, STRING]
|
||||
return_type: VARIANT
|
||||
func_type: EXTERNAL
|
||||
api_integration: '{{ var("API_INTEGRATION") }}'
|
||||
options: |
|
||||
NOT NULL
|
||||
MAX_BATCH_ROWS = 25
|
||||
sql: udf_api
|
||||
{% endmacro %}
|
||||
Loading…
Reference in New Issue
Block a user