livequery-models/models/deploy/core/utils.sql
Jensen Yap 7894b18034 Enhance UDF definitions and add new UDF for S3 presigned URL retrieval
- 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.
2025-06-30 20:49:30 +09:00

5 lines
154 B
SQL

-- depends_on: {{ ref('_utils') }}
-- depends_on: {{ ref('_external_access')}}
{% set config = config_core_utils %}
{{ ephemeral_deploy_core(config) }}