Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feature] Materialize _tmp models as views #47

@fivetran-jamie

Description

@fivetran-jamie

Is there an existing feature request for this?

  • I have searched the existing issues

Describe the Feature

In basically every other source package, we materialize the tmp folder of models as views instead of tables. We have everything set as a table here, so let's update to align and optimize storage

How would you implement this feature?

models:
  asana_source:
    +schema: stg_asana
    +materialized: table
    tmp:
      +materialized: view

Describe alternatives you've considered

Leave it as a table

Are you interested in contributing this feature?

  • Yes.
  • Yes, but I will need assistance.
  • No.

Anything else?

This will be a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:enhancementNew functionality or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions