Click or drag to resize

TabularModelExecuteProcessing Method

Updates source data from configuration and ODS and executes processing of tabular model

Namespace:  Omada.OE.Solution.OIM.Assembly.Analytics
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void ExecuteProcessing(
	CodeMethodInvokeContext context,
	string odwConnectionName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Execution context used for accessing factory methods. Action object is not used
odwConnectionName
Type: SystemString
Name of data connection which allows access to Omada Data Warehouse
See Also