Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd72be7f

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 parent9b1b1f5 commitd72be7f

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)

[8]ページ先頭

©2009-2025 Movatter.jp