Values_1.ExecutionAttemptSourceA run attempt for a column statistics task run.
type nonrec t = {status : ExecutionStatus.t option;The status of the last column statistics task run.
*)columnStatisticsTaskRunId : Values_0.HashString.t option;A task run ID for the last column statistics task run.
*)executionTimestamp : Values_0.Timestamp.t option;A timestamp when the last column statistics task run occurred.
*)errorMessage : Values_0.DescriptionString.t option;An error message associated with the last column statistics task run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.HashString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]