View Source GoogleApi.Dataform.V1beta1.Model.BigQueryAction (google_api_dataform v0.5.0)

Represents a workflow action that will run against BigQuery.

Attributes

  • jobId (type: String.t, default: nil) - Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.
  • sqlScript (type: String.t, default: nil) - Output only. The generated BigQuery SQL script that will be executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.BigQueryAction{
  jobId: String.t() | nil,
  sqlScript: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.