snowflakedb / snowpark-java-scala

Snowflake Snowpark Java & Scala API
Apache License 2.0
18 stars 20 forks source link

SIT-1382 Add support for `com.snowflake.snowpark.Session.updateQueryTag` function #115

Closed sfc-gh-fgonzalezmendez closed 2 months ago

sfc-gh-fgonzalezmendez commented 2 months ago

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes SIT-1382

  2. Fill out the following pre-review checklist:

    • [X] I am adding a new automated test(s) to verify correctness of my new code
    • [ ] I am adding new logging messages
    • [ ] I am adding a new telemetry message
    • [ ] I am adding new credentials
    • [X] I am adding a new dependency
  3. Please describe how your code solves the related issue.

    It adds support for the function com.snowflake.snowpark.Session.updateQueryTag which updates the query tag that is a JSON encoded string for the current session.

Pre-review checklist

(For Snowflake employees)