Invocation Config Response
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)