We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05f1fd commit 46104e2Copy full SHA for 46104e2
src/databricks/sql/backend/sea/backend.py
@@ -131,7 +131,9 @@ def open_session(
131
Opens a new session with the Databricks SQL service using SEA.
132
133
Args:
134
- session_configuration: Optional dictionary of configuration parameters for the session
+ session_configuration: Optional dictionary of configuration parameters for the session.
135
+ Only specific parameters are supported as documented at:
136
+ https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-parameters
137
catalog: Optional catalog name to use as the initial catalog for the session
138
schema: Optional schema name to use as the initial schema for the session
139
0 commit comments