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

Represents a workflow action that will run against BigQuery.

Attributes

  • 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{
  sqlScript: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.