You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of fields that we include in staging models but do not persist them in our end models. This makes it difficult to use our passthrough column format to bring in these fields (you need to make aliased-copies of these fields as passthrough columns and then rename them later in model in your own dbt project)
So, for each of these staging-layer-only fields, we should decide to either
include the field in the end models the table is joined into, or
remove these fields from the staging models so it is more straightforward to use passthrough columns to bring them in
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Yes.
Yes, but I will need assistance and will schedule time during your office hours for guidance.
No.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Describe the Feature
There are a number of fields that we include in staging models but do not persist them in our end models. This makes it difficult to use our passthrough column format to bring in these fields (you need to make aliased-copies of these fields as passthrough columns and then rename them later in model in your own dbt project)
So, for each of these staging-layer-only fields, we should decide to either
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: