match - Can I prevent certain rows from being clustered?

Réponse

Yes, you can use the `doNotCluster` parameter. Specify the name of a column in the input table that contains a Boolean flag. If the value for a row is 'true' or '1', it will be placed in its own separate cluster.
Did this answer help you?