Is there a way to dynamically pass multiple keys for partition in Mapping Data Flow

Viewed 69

Right now, multiple keys can be given one after the other and each key can be given dynamically but is there a way to pass entire "Unique Value Per Partition" field by passing a list of keys or something.

1 Answers

You can use Fixed range partitioning and build an expression that provides a fixed range of values.

enter image description here

Related