danielcweeks commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1096959777
##########
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##########
@@ -109,6 +110,10 @@ public void initialize(String name, Map<String, String>
properties) {
+ " JDBC driver to your jars/packages",
cnfe);
}
+
+ // Populate application identifier in jdbc client
+ properties.put("application", APP_IDENTIFIER);
Review Comment:
You might want to pull the `application` literal into a static final
reference and add a link to the docs where it's used in snowflake since it's
not a standard jdbc connector property.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]