Skip to content

Commit d72be7f

Browse files
mention that if catalog / schema name is None, we fetch across all
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 9b1b1f5 commit d72be7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/databricks/sql/backend/databricks_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ def get_tables(
280280
max_bytes: Maximum number of bytes to fetch in a single batch
281281
cursor: The cursor object that will handle the results
282282
catalog_name: Optional catalog name pattern to filter by
283+
if catalog_name is None, we fetch across all catalogs
283284
schema_name: Optional schema name pattern to filter by
285+
if schema_name is None, we fetch across all schemas
284286
table_name: Optional table name pattern to filter by
285287
table_types: Optional list of table types to filter by (e.g., ['TABLE', 'VIEW'])
286288

0 commit comments

Comments
 (0)