Values_1.SourceTableSourceA source table that provides initial data from either a physical table or parent dataset.
type nonrec t = {physicalTableId : Values_0.DataSetEntityResourceId.t option;The identifier of the physical table that serves as the data source.
*)dataSet : ParentDataSet.t option;A parent dataset that serves as the data source instead of a physical table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.DataSetEntityResourceId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.ColumnName.t ])
list ]
list
| `String of Values_0.Arn.t ])
list ])
list ]