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

Represents an action identifier. If the action writes output, the output will be written to the referenced database object.

Attributes

  • database (type: String.t, default: nil) - The action's database (Google Cloud project ID) .
  • name (type: String.t, default: nil) - The action's name, within database and schema.
  • schema (type: String.t, default: nil) - The action's schema (BigQuery dataset ID), within database.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.Target{
  database: String.t() | nil,
  name: String.t() | nil,
  schema: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.