DBT Macro: Excel Extension
DBT macro name: trase_duckdb.excel_extension
DBT details
Description
No description
Details
Models
Macros
run_query
{% macro excel_extension() %}
-- Only do the following if within a dbt run (not whenever compiling)
{% if execute %}
{% do run_query("INSTALL spatial; LOAD spatial;") %}
{% endif %}
{% endmacro %}