View Source GoogleApi.Dataform.V1beta1.Model.InvocationConfig (google_api_dataform v0.4.0)

Includes various configuration options for a workflow invocation. If both included_targets and included_tags are unset, all actions will be included.

Attributes

  • fullyRefreshIncrementalTablesEnabled (type: boolean(), default: nil) - Optional. When set to true, any incremental tables will be fully refreshed.
  • includedTags (type: list(String.t), default: nil) - Optional. The set of tags to include.
  • includedTargets (type: list(GoogleApi.Dataform.V1beta1.Model.Target.t), default: nil) - Optional. The set of action identifiers to include.
  • serviceAccount (type: String.t, default: nil) - Optional. The service account to run workflow invocations under.
  • transitiveDependenciesIncluded (type: boolean(), default: nil) - Optional. When set to true, transitive dependencies of included actions will be executed.
  • transitiveDependentsIncluded (type: boolean(), default: nil) - Optional. When set to true, transitive dependents of included actions will be executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.InvocationConfig{
  fullyRefreshIncrementalTablesEnabled: boolean() | nil,
  includedTags: [String.t()] | nil,
  includedTargets: [GoogleApi.Dataform.V1beta1.Model.Target.t()] | nil,
  serviceAccount: String.t() | nil,
  transitiveDependenciesIncluded: boolean() | nil,
  transitiveDependentsIncluded: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.