Dataform v1beta1 API - Class WorkflowInvocation.Types.InvocationConfig (1.0.0-beta02)

public sealed class InvocationConfig : IMessage<WorkflowInvocation.Types.InvocationConfig>, IEquatable<WorkflowInvocation.Types.InvocationConfig>, IDeepCloneable<WorkflowInvocation.Types.InvocationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocation.Types.InvocationConfig.

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

Inheritance

Object > WorkflowInvocation.Types.InvocationConfig

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

InvocationConfig()

public InvocationConfig()

InvocationConfig(WorkflowInvocation.Types.InvocationConfig)

public InvocationConfig(WorkflowInvocation.Types.InvocationConfig other)
Parameter
NameDescription
otherWorkflowInvocation.Types.InvocationConfig

Properties

FullyRefreshIncrementalTablesEnabled

public bool FullyRefreshIncrementalTablesEnabled { get; set; }

Immutable. When set to true, any incremental tables will be fully refreshed.

Property Value
TypeDescription
Boolean

IncludedTags

public RepeatedField<string> IncludedTags { get; }

Immutable. The set of tags to include.

Property Value
TypeDescription
RepeatedField<String>

IncludedTargets

public RepeatedField<Target> IncludedTargets { get; }

Immutable. The set of action identifiers to include.

Property Value
TypeDescription
RepeatedField<Target>

TransitiveDependenciesIncluded

public bool TransitiveDependenciesIncluded { get; set; }

Immutable. When set to true, transitive dependencies of included actions will be executed.

Property Value
TypeDescription
Boolean

TransitiveDependentsIncluded

public bool TransitiveDependentsIncluded { get; set; }

Immutable. When set to true, transitive dependents of included actions will be executed.

Property Value
TypeDescription
Boolean