Values.DataSourceRunActivitySourceThe activity details of the data source run.
type nonrec t = {database : Name.t option;The database included in the data source run activity.
*)dataSourceRunId : DataSourceRunId.t option;The identifier of the data source for the data source run activity.
*)technicalName : Name.t option;The technical name included in the data source run activity.
*)dataAssetStatus : DataAssetActivityStatus.t option;The status of the asset included in the data source run activity.
*)projectId : ProjectId.t option;The project ID included in the data source run activity.
*)dataAssetId : String_.t option;The identifier of the asset included in the data source run activity.
*)technicalDescription : Description.t option;The technical description included in the data source run activity.
*)errorMessage : DataSourceErrorMessage.t option;lineageSummary : LineageInfo.t option;The data lineage summary.
*)createdAt : DateTime.t option;The timestamp of when data source run activity was created.
*)updatedAt : DateTime.t option;The timestamp of when data source run activity was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Name.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of DateTime.t ])
list ]