You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got some feedback that that the pattern of passing a Map<String, String> is not best practice. Let's update the Builder class to support the following:
github-actionsbot
changed the title
SessionBuilder should use the builder pattern
SNOW-802270: SessionBuilder should use the builder pattern
Apr 26, 2023
We got some feedback that that the pattern of passing a
Map<String, String>
is not best practice. Let's update the Builder class to support the following:Java
Scala
This is tangentially related to #1
Open questions:
.database()
, called.db()
?The text was updated successfully, but these errors were encountered: