We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1b1f5 commit d72be7fCopy full SHA for d72be7f
src/databricks/sql/backend/databricks_client.py
@@ -280,7 +280,9 @@ def get_tables(
280
max_bytes: Maximum number of bytes to fetch in a single batch
281
cursor: The cursor object that will handle the results
282
catalog_name: Optional catalog name pattern to filter by
283
+ if catalog_name is None, we fetch across all catalogs
284
schema_name: Optional schema name pattern to filter by
285
+ if schema_name is None, we fetch across all schemas
286
table_name: Optional table name pattern to filter by
287
table_types: Optional list of table types to filter by (e.g., ['TABLE', 'VIEW'])
288
0 commit comments