dbt-impala icon indicating copy to clipboard operation
dbt-impala copied to clipboard

external table configuration did not take effect when the value is false

Open shwangdev opened this issue 1 year ago • 1 comments

I changed the external configuration as false. But the created table is till external table.

{{
    config(
        materialized='incremental',
        partition_by='report_date',
        external=false
    )
}}

shwangdev avatar Sep 21 '23 10:09 shwangdev

any updates for this issue?

shwangdev avatar Apr 14 '24 03:04 shwangdev