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 9da0c9f commit 6025282Copy full SHA for 6025282
kcbq-connector/src/test/java/com/wepay/kafka/connect/bigquery/SinkPropertiesFactory.java
@@ -63,7 +63,7 @@ public void testProperties(BigQuerySinkConfig config) {
63
config.getList(config.TOPICS_TO_TABLES_CONFIG);
64
config.getList(config.DATASETS_CONFIG);
65
66
- config.getString(config.KEYFILE_CONFIG);
+ config.getPassword(config.KEYFILE_CONFIG);
67
config.getString(config.PROJECT_CONFIG);
68
69
config.getBoolean(config.SANITIZE_TOPICS_CONFIG);
0 commit comments