CrawlerJdbcTarget

data class CrawlerJdbcTarget(val connectionName: String? = null, val enableAdditionalMetadata: List<String>? = null, val exclusions: List<String>? = null, val path: String? = null)

Specifies a JDBC data store to crawl.

Constructors

Link copied to clipboard
constructor(connectionName: String? = null, enableAdditionalMetadata: List<String>? = null, exclusions: List<String>? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

The name of the connection to use to connect to the JDBC target.

Link copied to clipboard

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.

Link copied to clipboard
val exclusions: List<String>? = null

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Link copied to clipboard
val path: String? = null

The path of the JDBC target.