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
Copy file name to clipboardExpand all lines: csharp/src/Drivers/Databricks/readme.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ The Databricks ADBC driver supports the following authentication methods:
38
38
39
39
Basic (username and password) authentication is not supported at this time.
40
40
41
-
Optional default catalog and default schema can be set for the session with `adbc.connection.catalog` and `adbc.connection.db_schema`. The default catalog and schema will be used for subsequent metadata calls unless user specified different catalog/schema to use.
41
+
Optional default catalog and default schema can be set for the session with `adbc.connection.catalog` and `adbc.connection.db_schema`.
42
+
The default catalog and schema will be used for subsequent metadata calls unless user specified different catalog/schema to use.
0 commit comments