Supported Fact Load Strategies

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

Fact Load Strategy

This Business Rule checks the value of the Fact Load Strategy Property for the Dataflow of a Model Object.

This check has one parameter:

  • SupportedFactLoadStrategies: list of Fact Load Strategies values possible (can be Insert, and/or Truncate Insert)

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

Model object '{ModelObject.Name}' of type '{ModelObject.ModelObjectType.Name}' has unsupported load strategy '{ModelObject.GetPropertyValue(Properties.FactLoadStrategy)}' defined. Supported load strategies are: {string.Join(", ", supportedFactLoadStrategies)}.

Example:

It will soon be available.