-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
type:enhancementNew functionality or enhancementNew functionality or enhancement
Description
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: viewDescribe 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
Labels
type:enhancementNew functionality or enhancementNew functionality or enhancement