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
- 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?
Anything else?
No response