DataFlow.FromDPrepFile(String, SecretManager) Method

Definition

Perform the execution on DPrep file to get a DataFlow object.

public static Microsoft.DataPrep.Common.DataFlow FromDPrepFile(string dprepFilePath, Microsoft.DPrep.SharedLibrary.SecretManager secretManager = null);
static member FromDPrepFile : string * Microsoft.DPrep.SharedLibrary.SecretManager -> Microsoft.DataPrep.Common.DataFlow

Parameters

dprepFilePath
String

Input DPrep file path.

secretManager
Microsoft.DPrep.SharedLibrary.SecretManager

Input Secret Manager.

Returns

DataFlow object.

Applies to