-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-894] [Feature] Migrate array cross-db macros from dbt-utils #5520
Comments
This strategy makes sense to me. I think low-level "cross-db" macros should skip over I think our requirements for a cross-db macro to make its way into
Given that adding one macro requires opening PRs across several adapter plugin repos, it is nicer to batch up many at once. In theory, though, these could be good opportunities for external contribution. I've just created a new label, |
@dbeatty10 let's sync if this is something you have bandwidth for and would like to do. We could even get you paired with an Adapters person to do it together if that makes sense. |
Count me in @leahwicz I can get the PRs opened and the macros moved over. The thing that I would welcome the most help with:
|
Thanks @dbeatty10! I'm going to assign this to you then and then once you start working on this and looking for testing help, let me know and we can coordinate |
Is this your first time opening an issue?
Describe the Feature
A follow-on to #4813 and its follow-ons - dbt-labs/dbt-utils#595 added some new array-y macros:
These have missed the bus for inclusion in Core v1.2, but should be added for 1.3.
FYI: My ongoing plan for any future macros is detailed here - in short, if someone need a new cross-db macro, they add it to their own package until the next minor version of dbt Core, at which point they can swap to the official one. If you have any pushback on that strategy, please let me know!
Describe alternatives you've considered
Who will this benefit?
No response
Are you interested in contributing this feature?
I'm sorta hoping Doug might 😅
Anything else?
No response
The text was updated successfully, but these errors were encountered: