pratapaditya04 commented on code in PR #4158:
URL: https://github.com/apache/gobblin/pull/4158#discussion_r2584487372
##########
gobblin-metastore/src/main/java/org/apache/gobblin/metastore/MysqlStateStore.java:
##########
@@ -242,6 +246,12 @@ public static DataSource newDataSource(Config config) {
dataSource.setPassword(passwordManager.readPassword(
config.getString(ConfigurationKeys.STATE_STORE_DB_PASSWORD_KEY)));
Review Comment:
password key is still expected and blank needs to be passed, that will be a
config change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]