Values_2.ViewValidationSourceA structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct UpdateTable or CreateTable API calls.
type nonrec t = {dialect : Values_1.ViewDialect.t option;The dialect of the query engine.
*)dialectVersion : Values_1.ViewDialectVersionString.t option;The version of the dialect of the query engine. For example, 3.0.0.
*)viewValidationText : Values_1.ViewTextString.t option;The SELECT query that defines the view, as provided by the customer.
*)updateTime : Values_0.Timestamp.t option;The time of the last update.
*)state : ResourceState.t option;The state of the validation.
*)error : Values_0.ErrorDetail.t option;An error associated with the validation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.ViewDialectVersionString.t
| `Structure of (string * [> `String of string ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]