livequery-models/models/deploy/core/utils.sql
Jensen Yap 430bc25db1
Refactor external access integration and clean up SQL macros (#129)
- Removed the unused external access SQL file to streamline the project structure.
- Updated the S3 express external access integration macro by eliminating unnecessary schema usage.
- Adjusted dependencies in the utils SQL file to reflect the removal of the external access integration.
2025-08-16 02:26:46 +09:00

4 lines
109 B
SQL

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