JdbcCheckQueries

@Singleton
@ConfigurationProperties(value = "airbyte.connector.check.jdbc")
class JdbcCheckQueries

Micronaut configuration object which implements io.airbyte.cdk.discover.MetadataQuerier.extraChecks in io.airbyte.cdk.discover.JdbcMetadataQuerier.

The configuration values are a list of SQL queries which are executed in sequence. Any query which returns a non-empty result set containing anything other than NULL values or blank strings will throw a io.airbyte.cdk.ConfigErrorException.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard