[CT-1223] [Feature] consolidate listagg
macros from packages and dbt core
#5898
Labels
awaiting_response
enhancement
New feature or request
stale
Issues that have gone stale
Team:Adapters
Issues designated for the adapter area of the code
Is this your first time submitting a feature request?
Describe the feature
right now in dbt_project_evaluator, we are overriding the
dbt-core
version oflistagg
to allow for sorting the values in the array. We do not allow for a limit clause.The core version on the other hand does the opposite! It allows for limiting, but not for sorting!
We really only rely on the listagg macro sorting to ensure our model outputs match seeds. Without having looked super closely, there's probably some ways for us to use the core version and still have passing tests, but wanted to at least open a thread here on what the right way to reconcile these macros would be!
Describe alternatives you've considered
the alternative would be changing our project to use the core version, which, frankly is completely reasonable
Who will this benefit?
package maintainers (specifically, @graciegoheen @b-per et al)
Are you interested in contributing this feature?
sure
Anything else?
nah
The text was updated successfully, but these errors were encountered: