Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Change stg_* materializations to views #142

Open
2 of 4 tasks
fivetran-catfritz opened this issue Dec 18, 2024 · 0 comments
Open
2 of 4 tasks

[Feature] Change stg_* materializations to views #142

fivetran-catfritz opened this issue Dec 18, 2024 · 0 comments
Labels
type:enhancement New functionality or enhancement

Comments

@fivetran-catfritz
Copy link
Contributor

fivetran-catfritz commented Dec 18, 2024

Is there an existing feature request for this?

  • I have searched the existing issues

Describe the Feature

This is created based on this comment. Currently, all staging models are materialized as tables. To optimize performance and storage, these should be switched to views by default, unless there is a reason to keep as a table. For example, stg_fivetran_platform__log may be a candidate for remaining as a table.

How would you implement this feature?

Add materialization config in this line.

Describe alternatives you've considered

No response

Are you interested in contributing this feature?

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

Anything else?

No response

@fivetran-catfritz fivetran-catfritz added the type:enhancement New functionality or enhancement label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New functionality or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant