nastra commented on code in PR #6740:
URL: https://github.com/apache/iceberg/pull/6740#discussion_r1096666180


##########
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:
   we're using `CatalogProperties.APP_ID` in a few other places, would it make 
sense to use it here as well or does the JDBC client require `application`?



-- 
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]

Reply via email to