OptionalcdcChange Data Capture state for the dataset, tracking incremental changes applied and any errors.
OptionalddlCount?: numberNumber of DDL statements executed during the last run
OptionaldeleteCount?: numberdelete portion of totalProcessedCount. Only available for some task types
OptionalincomingChangesCount?: numberNumber of incoming changes for the dataset. Only relevant for 'Iceberg Storage' and 'Streaming Transform' tasks.
OptionalinsertCount?: numberInsert portion of totalProcessedCount. Only available for some task types
OptionallastProcessed?: stringOptionalmessage?: stringOptionalstate?: "QUEUED" | "PROCESSING" | "ACCUMULATING_CHANGES" | "COMPLETED" | "ERROR"OptionaltotalProcessedCount?: numberTotal number of changes/DMLs applied to the dataset
OptionalunoptimizedRecordsCount?: numberNumber of records that are queryable via the view, but not yet merged into optimized Iceberg partitions. Only relevant for 'Iceberg Storage' and 'Streaming Transform' tasks.
OptionalupdateCount?: numberupdate portion of totalProcessedCount. Only available for some task types
OptionaldataIs the data ready for use?
OptionaldatasetId of the dataset
OptionalfullOptionalcachedChangesCount?: numberNumber of changes captured and cached during full load (CDC landing/replication tasks only)
Optionalduration?: stringDuration in HH:MM:SS format (hours:minutes:seconds)
OptionalendTime?: stringOptionalfailedRecordsCount?: numberNumber of records that failed to load (currently only for knowledge marts)
OptionalfileStats?: FileStatisticsStatistics for file-based tasks.
Optionalmessage?: stringOptionalstartTime?: stringOptionalstate?: "QUEUED" | "LOADING" | "COMPLETED" | "ERROR"OptionaltotalProcessedCount?: numberNumber of records (or docs in knowledge marts) were loaded.
OptionallastOptionalduration?: stringDuration in HH:MM:SS format (hours:minutes:seconds)
OptionalendTime?: stringOptionalfileStats?: FileStatisticsStatistics for file-based tasks.
Optionalmessage?: stringOptionaloperationStats?: OperationStatisticsBreakdown of operations for record-oriented tasks.
OptionalstartTime?: stringOptionalstate?: "QUEUED" | "PROCESSING" | "COMPLETED" | "ERROR"OptionalthroughputInRecordsPerSecond?: numberThroughput in records per second
OptionaltotalProcessedCount?: numberOptionalnameName of the dataset
OptionalsourceOriginal name of the dataset, relevant only for data movement tasks
OptionalstreamingReal-time streaming state for the dataset, tracking record processing and transformation statistics.
OptionallastProcessed?: stringTimestamp of the latest source record inserted into the target dataset.
Optionalmessage?: stringOptionalparseIssueCount?: numberNumber of records that had parsing issues
OptionalrecordsFilteredCount?: numberTotal number of records filtered out and not written to the dataset
OptionalrecordsWrittenCount?: numberTotal number of records written to the dataset
Optionalstate?: "QUEUED" | "RUNNING" | "ERROR"OptionaltotalProcessedCount?: numberTotal number of processed changes for the dataset
OptionalunoptimizedRecordsCount?: numberQueryable records pending merge into optimized Iceberg partitions.
Represents the execution state of a single dataset within a task run, including full load, CDC, and streaming progress.