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.
Functions
Link copied to clipboard
Delegated to by io.airbyte.cdk.discover.JdbcMetadataQuerier.extraChecks.