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

Configures workspace compilation overrides for a repository. Primarily used by the UI (console.cloud.google.com). schema_suffix and table_prefix can have a special expression - ${workspaceName}, which refers to the workspace name from which the compilation results will be created. API callers are expected to resolve the expression in these overrides and provide them explicitly in code_compilation_config (https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.compilationResults#codecompilationconfig) when creating workspace-scoped compilation results.

Attributes

  • defaultDatabase (type: String.t, default: nil) - Optional. The default database (Google Cloud project ID).
  • schemaSuffix (type: String.t, default: nil) - Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
  • tablePrefix (type: String.t, default: nil) - Optional. The prefix that should be prepended to all table names.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.WorkspaceCompilationOverrides{
  defaultDatabase: String.t() | nil,
  schemaSuffix: String.t() | nil,
  tablePrefix: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.