Abacn commented on code in PR #31454: URL: https://github.com/apache/beam/pull/31454#discussion_r1624511053
########## sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java: ########## @@ -138,6 +138,12 @@ * ); * }</pre> * + * <p>If you use Cloud SQL with postgres, the JDBC connection Url has this pattern with Review Comment: Beam's Jdbc does not depend on database provider. How about phrasing like this: Please check with your database provider the Jdbc Driver and Connection Url that used to create the DataSourceConfiguration. For example, if you are using GCP Cloud SQL with postgres, ... -- 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]
