Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feature] Make sure string aggregation is consistent over runs #38

@fivetran-avinash

Description

@fivetran-avinash

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

No one assigned

    Labels

    type:enhancementNew functionality or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions