OptionalcdcChange Data Capture status information for tasks performing incremental updates, including latency and processing counts.
OptionalaccumulatingChangesCount?: numberOptionalapplyingChangesCount?: numberOptionalincomingChangesCount?: numberNumber of incoming changes. Only relevant for 'Iceberg Storage' and 'Streaming Transform' tasks.
Optionallatency?: stringDuration in HH:MM:SS format (hours:minutes:seconds)
OptionalthroughputInKilobytesPerSecond?: numberThroughput in kilobytes per second
OptionaltotalProcessedCount?: numberOptionaldurationDuration in HH:MM:SS format (hours:minutes:seconds)
OptionalendTimestamp indicating when the task instance ended
OptionalerrorsList of errors encountered during the last run
OptionalfullStatistics for the full load phase of the task run, tracking dataset processing progress.
OptionalcompletedCount?: numberNumber of datasets that have completed full load in this task run
OptionalerrorCount?: numberNumber of datasets that have failed full load in this task run
OptionalloadingCount?: numberNumber of datasets that are currently being loaded in this task run
OptionalqueuedCount?: numberNumber of datasets that are queued for full load in this task run
OptionalgeneralOverall task execution statistics including dataset counts, data freshness timestamps, and infrastructure details.
OptionaldatasetCount?: numberTotal number of datasets produced by the task, including ones in error
OptionaldatasetsInErrorCount?: numberCount of datasets that encountered errors
OptionaldataTaskUpdatedTo?: stringThe latest point in time the data reflects, based on updates from the source system.
OptionalgatewayId?: stringFor tasks that run on a gateway, this is the id of the gateway
OptionalgatewayName?: stringFor tasks that run on a gateway, this is the name of the gateway
OptionalgatewayTaskName?: stringFor tasks that run on a gateway, this is the internal name of the task on the gateway
OptionallakehouseClusterId?: stringFor lakehouse storage tasks, this is the id of the cluster where the task runs
OptionallakehouseClusterName?: stringFor lakehouse storage tasks, this is the name of the cluster where the task runs
OptionalliveViewsUpdatedTo?: stringThe latest point in time the live views reflect, based on updates from the source system.
OptionallastStatistics for the most recent batch of changes processed during the task run, including timing and throughput metrics.
OptionalrelatesToRecordsFrom?: stringThis batch starts with operational source changes from this time.
OptionalrelatesToRecordsTo?: stringThis batch ends with operational source changes from this time.
OptionalthroughputInRecordsPerSecond?: numberThroughput in records per second
OptionaltotalProcessedCount?: numberOptionalmessageOptionalstartTimestamp indicating when the task instance started
OptionalstateOptionalstreamingReal-time streaming statistics for tasks that continuously process data streams.
OptionalerrorCount?: numberNumber of streaming datasets that have encountered errors
Optionallatency?: stringDuration in HH:MM:SS format (hours:minutes:seconds)
OptionalqueuedCount?: numberNumber of streaming datasets that are queued
OptionalrunningCount?: numberNumber of streaming datasets that are currently running
OptionaltotalProcessedCount?: numberTotal number of records processed
OptionaltraceTrace identifier for the last run, useful for diagnostics and support
Represents the execution state of a task instance, including progress metrics, errors, and operation-specific statistics.