We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d26b5a commit 6061312Copy full SHA for 6061312
src/main/java/io/confluent/connect/jdbc/source/JdbcSourceConnectorConfig.java
@@ -266,7 +266,7 @@ public class JdbcSourceConnectorConfig extends AbstractConfig {
266
+ " * ``\"\"`` retrieves those without a catalog \n"
267
+ " * null (default) indicates that the schema name is not used to narrow the search and "
268
+ "that all table metadata is fetched, regardless of the catalog.";
269
- private static final String CATALOG_PATTERN_DISPLAY = "Schema pattern";
+ private static final String CATALOG_PATTERN_DISPLAY = "Catalog pattern";
270
public static final String CATALOG_PATTERN_DEFAULT = null;
271
272
public static final String QUERY_CONFIG = "query";
0 commit comments