Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::BigQueryAction (v0.11.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::BigQueryAction.

Represents a workflow action that will run against BigQuery.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#job_id

def job_id() -> ::String
Returns
  • (::String) — Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.

#sql_script

def sql_script() -> ::String
Returns
  • (::String) — Output only. The generated BigQuery SQL script that will be executed.