[Feature] Change stg_*
materializations to views
#142
Labels
type:enhancement
New functionality or enhancement
stg_*
materializations to views
#142
Is there an existing feature request for this?
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?
Anything else?
No response
The text was updated successfully, but these errors were encountered: