mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 19:06:49 +00:00
- Introduced `udf_api_sync` and `udf_api_async` functions for synchronous and asynchronous API calls. - Added `udf_redirect_s3_presigned_url` function to handle S3 presigned URL requests with error handling for gzip decompression and JSON parsing. - Updated existing UDFs in the live YAML configuration to include new signatures and return types. - Improved header formatting in the `manage_udfs.sql` file to support dynamic header generation for API requests.
5 lines
154 B
SQL
5 lines
154 B
SQL
-- depends_on: {{ ref('_utils') }}
|
|
-- depends_on: {{ ref('_external_access')}}
|
|
{% set config = config_core_utils %}
|
|
{{ ephemeral_deploy_core(config) }}
|