DagRun

data class DagRun(val dagId: String, val runId: String)

Identifies the Dag run that the current task instance belongs to.

Constructors

Link copied to clipboard
constructor(dagId: String, runId: String)

Properties

Link copied to clipboard

ID of the Dag being run.

Link copied to clipboard

Unique identifier for this Dag run.