-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
type:enhancementNew functionality or enhancementNew functionality or enhancement
Description
Is there an existing feature request for this?
- I have searched the existing issues
Describe the Feature
Currently, on a dbt run of fivetran_utils.string_agg() the resulting string aggregations lead to different string aggregations on runs. That can lead to unpredictable results in aggregations for tags on tasks, and validation test failures. (All the tags should still come through though).
How would you implement this feature?
It's likely possible if we adjust the macro or adopt a prior CTE that accounts for ordering of the strings in some way, we can make the string aggregation predictable and consistent.
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
- Yes.
- Yes, but I will need assistance.
- No.
Anything else?
No response
Metadata
Metadata
Assignees
Labels
type:enhancementNew functionality or enhancementNew functionality or enhancement