-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated table argument from unpivot() #670
Comments
Can I work on this one? Looking for my first open source contribution. |
@ethanotran it looks like Miles might have already done some work on this one I'm sorry! I'm on mobile so I can't see exactly, or whether there's any others from the crop I opened earlier this week that are unclaimed. If you do find one, feel free to assign it to yourself 👍 |
Describe the feature
We swapped from table to relation in a long-past version of dbt utils, and promised it would be deprecated one day.
dbt-utils/macros/sql/unpivot.sql
Lines 21 to 28 in fc8b083
That day has come.
This looks like:
table
, as well as checking for bothtable
andrelation
.Who will this benefit?
Future users of this macro, who won't have conflicting and confusing documentation. Lovers of clean code
Are you interested in contributing this feature?
Leaving it for a community member who wants to get into OSS contributions!
The text was updated successfully, but these errors were encountered: