dbt-impala
dbt-impala copied to clipboard
external table configuration did not take effect when the value is false
I changed the external configuration as false. But the created table is till external table.
{{
config(
materialized='incremental',
partition_by='report_date',
external=false
)
}}
any updates for this issue?