Class DataPreparationAction
Represents a workflow action that will run a Data Preparation.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class DataPreparationAction : IDirectResponseSchema
Properties
ContentsSql
SQL definition for a Data Preparation. Contains a SQL query and additional context information.
Declaration
[JsonProperty("contentsSql")]
public virtual ActionSqlDefinition ContentsSql { get; set; }
Property Value
Type | Description |
---|---|
ActionSqlDefinition |
ContentsYaml
Output only. YAML representing the contents of the data preparation. Can be used to show the customer what the input was to their workflow.
Declaration
[JsonProperty("contentsYaml")]
public virtual string ContentsYaml { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GeneratedSql
Output only. The generated BigQuery SQL script that will be executed. For reference only.
Declaration
[JsonProperty("generatedSql")]
public virtual string GeneratedSql { get; set; }
Property Value
Type | Description |
---|---|
string |
JobId
Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.
Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type | Description |
---|---|
string |