Supported Deduplication Methods

Various Business Rules are checked after a change is made to a Model Object. These checks ensure the integrity and consistency of the model.

Deduplication Method

This Business Rule checks the value of the Deduplication Method Property for a Model Object.

This check has one parameter:

  • SupportedDeduplicationMethod: list of Deduplication Method values possible (can be None, Distinct, and/or Partition)

If the Business Rule validation fails, the following message will be displayed as a Warning Notification on the Model Object:

Model object '{ModelObject.Name}' of type '{ModelObject.ModelObjectType.Name}' has dataflow with unsupported deduplication method '{dataflow.GetPropertyValue(Properties.DeduplicationMethod)}' defined. Supported deduplication methods are: {string.Join(", ", supportedDeduplicationMethods)}.

Example: