Values_0.JdbcTargetSourceSpecifies a JDBC data store to crawl.
type nonrec t = {connectionName : ConnectionName.t option;The name of the connection to use to connect to the JDBC target.
*)path : Path.t option;The path of the JDBC target.
*)exclusions : PathList.t option;A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
*)enableAdditionalMetadata : EnableAdditionalMetadata.t option;Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database. If you do not need additional metadata, keep the field empty.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string | `String of Path.t ] list
| `String of ConnectionName.t ])
list ]