Values.DataSourceRunSummarySourceThe details of a data source run.
type nonrec t = {id : DataSourceRunId.t option;The identifier of the data source run.
*)dataSourceId : DataSourceId.t option;The identifier of the data source of the data source run.
*)type_ : DataSourceRunType.t option;The type of the data source run.
*)status : DataSourceRunStatus.t option;The status of the data source run.
*)projectId : ProjectId.t option;The project ID of the data source run.
*)runStatisticsForAssets : RunStatisticsForAssets.t option;errorMessage : DataSourceErrorMessage.t option;createdAt : DateTime.t option;The timestamp of when a data source run was created.
*)updatedAt : DateTime.t option;The timestamp of when a data source run was updated.
*)startedAt : DateTime.t option;The timestamp of when a data source run was started.
*)stoppedAt : DateTime.t option;The timestamp of when a data source run was stopped.
*)lineageSummary : DataSourceRunLineageSummary.t option;The run lineage summary of a data source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DataSourceRunId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t ])
list
| `Timestamp of DateTime.t ])
list ]