danielcweeks commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1096955753
##########
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:
I feel like `APP_ID` would be the identifier of where the catalog is being
used (e.g. the spark application id) not something specific to this particular
catalog implementation.
--
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]