ComponentSourceResponse

data class ComponentSourceResponse(val name: String, val originalTransformOrCollection: String, val userName: String)

Description of an interstitial value between transforms in an execution stage.

Constructors

Link copied to clipboard
fun ComponentSourceResponse(name: String, originalTransformOrCollection: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dataflow service generated name for this source.

Link copied to clipboard

User name for the original user transform or collection with which this source is most closely associated.

Link copied to clipboard

Human-readable name for this transform; may be user or system generated.