Google Cloud Dataform V1beta1 Client - Class BigQueryAction (0.4.5)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class BigQueryAction.

Represents a workflow action that will run against BigQuery.

Generated from protobuf message google.cloud.dataform.v1beta1.WorkflowInvocationAction.BigQueryAction

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocationAction

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ sql_script string

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

getSqlScript

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

Returns
Type Description
string

setSqlScript

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

Parameter
Name Description
var string
Returns
Type Description
$this