Values.GetDataSourceInputSourceReturns a DataSource that includes metadata and data file information, as well as the current status of the DataSource. GetDataSource provides results in normal or verbose format. The verbose format adds the schema description and the list of files pointed to by the DataSource to the normal format.
type nonrec t = {dataSourceId : EntityId.t;The ID assigned to the DataSource at creation.
*)verbose : Verbose.t option;Specifies whether the GetDataSource operation should return DataSourceSchema. If true, DataSourceSchema is returned. If false, DataSourceSchema is not returned.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Verbose.t | `String of EntityId.t ]) list ]