Skip to content

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

@shwangdev

Description

@shwangdev

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

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions