Skip to content

Commit 0e1f410

Browse files
mention fetching across all tables if null table name
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent d72be7f commit 0e1f410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/backend/databricks_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ def get_columns(
321321
catalog_name: Optional catalog name pattern to filter by
322322
schema_name: Optional schema name pattern to filter by
323323
table_name: Optional table name pattern to filter by
324+
if table_name is None, we fetch across all tables
324325
column_name: Optional column name pattern to filter by
325326
326327
Returns:

0 commit comments

Comments
 (0)