InvocationConfigResponse

data class InvocationConfigResponse(val fullyRefreshIncrementalTablesEnabled: Boolean, val includedTags: List<String>, val includedTargets: List<TargetResponse>, val transitiveDependenciesIncluded: Boolean, val transitiveDependentsIncluded: Boolean)

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

Constructors

Link copied to clipboard
fun InvocationConfigResponse(fullyRefreshIncrementalTablesEnabled: Boolean, includedTags: List<String>, includedTargets: List<TargetResponse>, transitiveDependenciesIncluded: Boolean, transitiveDependentsIncluded: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Optional. The set of tags to include.

Link copied to clipboard

Optional. The set of action identifiers to include.

Link copied to clipboard

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

Link copied to clipboard

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