Skip to content

external materialization - temp table #663

Description

@sergun

Hi folks,

I see that external materialization creates "internal" table with __dbt_tmp suffix before copying tables to files and creation of views.

Why not to do just:
COPY (model_select_query) TO 'path_to_file'

and further CREATE VIEW ...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions