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
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
With the new way of creating and maintaing Snapshots, I see that there isn't a way to specify the list of columns that we want want to provide.
This issue is to add a functionality to accept select as one of the items in the yml that can be used to do a select col1, col2.. from model
instead of creating a ephemeral model and then doing select *
Describe alternatives you've considered
No response
Who will this benefit?
This will help whoever is using the DBT latest version so that they don't have to maintain an ephemeral models as well in the repository.
Yes, I am suggesting if we want to use a materialized table with only a specific set of columns w/o any ephemeral model, the --select could be quite beneficial. Why create one more model, if we can add select columns. Seems more efficient.
Is this your first time submitting a feature request?
Describe the feature
With the new way of creating and maintaing Snapshots, I see that there isn't a way to specify the list of columns that we want want to provide.
This issue is to add a functionality to accept
select
as one of the items in the yml that can be used to do aselect col1, col2.. from model
instead of creating a ephemeral model and then doing
select *
Describe alternatives you've considered
No response
Who will this benefit?
This will help whoever is using the DBT latest version so that they don't have to maintain an ephemeral models as well in the repository.
Are you interested in contributing this feature?
Yes, I am stilll learning.
Anything else?
References -> https://docs.getdbt.com/docs/build/snapshots#configuring-snapshots
The text was updated successfully, but these errors were encountered: