Skip to content

Commit 46104e2

Browse files
add link to sql-ref-parameters for session-confs
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent a05f1fd commit 46104e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/databricks/sql/backend/sea/backend.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ def open_session(
131131
Opens a new session with the Databricks SQL service using SEA.
132132
133133
Args:
134-
session_configuration: Optional dictionary of configuration parameters for the session
134+
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
135137
catalog: Optional catalog name to use as the initial catalog for the session
136138
schema: Optional schema name to use as the initial schema for the session
137139

0 commit comments

Comments
 (0)