livequery-models/models/deploy/core/utils.sql
Jensen Yap f29527bd16 Refactor external access integration and clean up SQL macros
- 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 00:35:46 +09:00

4 lines
109 B
SQL

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