Dataform v1beta1 API - Class WorkflowInvocationAction.Types.DataPreparationAction (1.0.0-beta10)

public sealed class WorkflowInvocationAction.Types.DataPreparationAction : IMessage<WorkflowInvocationAction.Types.DataPreparationAction>, IEquatable<WorkflowInvocationAction.Types.DataPreparationAction>, IDeepCloneable<WorkflowInvocationAction.Types.DataPreparationAction>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.Types.DataPreparationAction.

Represents a workflow action that will run a Data Preparation.

Inheritance

object > WorkflowInvocationAction.Types.DataPreparationAction

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

DataPreparationAction()

public DataPreparationAction()

DataPreparationAction(DataPreparationAction)

public DataPreparationAction(WorkflowInvocationAction.Types.DataPreparationAction other)
Parameter
Name Description
other WorkflowInvocationActionTypesDataPreparationAction

Properties

ContentsSql

public WorkflowInvocationAction.Types.DataPreparationAction.Types.ActionSqlDefinition ContentsSql { get; set; }

SQL definition for a Data Preparation. Contains a SQL query and additional context information.

Property Value
Type Description
WorkflowInvocationActionTypesDataPreparationActionTypesActionSqlDefinition

ContentsYaml

public string ContentsYaml { get; set; }

Output only. YAML representing the contents of the data preparation. Can be used to show the customer what the input was to their workflow.

Property Value
Type Description
string

DefinitionCase

public WorkflowInvocationAction.Types.DataPreparationAction.DefinitionOneofCase DefinitionCase { get; }
Property Value
Type Description
WorkflowInvocationActionTypesDataPreparationActionDefinitionOneofCase

GeneratedSql

public string GeneratedSql { get; set; }

Output only. The generated BigQuery SQL script that will be executed. For reference only.

Property Value
Type Description
string

HasContentsYaml

public bool HasContentsYaml { get; }

Gets whether the "contents_yaml" field is set

Property Value
Type Description
bool

JobId

public string JobId { get; set; }

Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.

Property Value
Type Description
string