fivetran / fivetran/dbt_netsuite
[Feature] reconcile the difference in included columns between source <> transform packages
- Dominant language
- No language data
- Stars
- 57
- Forks
- 42
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### 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
1. include the field in the end models the table is joined into, or
2. 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?
- [X] Yes.
- [ ] Yes, but I will need assistance and will schedule time during your [office hours](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) for guidance.
- [ ] No.
### Anything else?
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.