livequery-models/models/deploy/core/utils.sql
Jensen Yap a3b004d0cc
Some checks failed
docs_update / docs_update (push) Has been cancelled
dbt_run_dev_refresh / dev_refresh (push) Has been cancelled
integration test / ${{ matrix.environment }} (hosted, XSMALL) (push) Has been cancelled
integration test / ${{ matrix.environment }} (prod, DBT_CLOUD) (push) Has been cancelled
[STREAM-1155] Enhance UDF definitions and add new UDF for S3 presigned URL retrieval (#125)
2025-07-30 01:26:54 +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) }}