Skip to content

Commit 765bbd7

Browse files
skip auth, error handling in databricksclient interface
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent ece7616 commit 765bbd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/sql/backend/databricks_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
44
Implementations of this class are responsible for:
55
- Managing connections to Databricks SQL services
6-
- Handling authentication
76
- Executing SQL queries and commands
87
- Retrieving query results
98
- Fetching metadata about catalogs, schemas, tables, and columns
10-
- Managing error handling and retries
119
"""
1210

1311
from abc import ABC, abstractmethod

0 commit comments

Comments
 (0)