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 da01b4f commit 4e42570Copy full SHA for 4e42570
src/databricks/labs/pytester/fixtures/catalog.py
@@ -287,6 +287,9 @@ def make_catalog(
287
Create a catalog and return its info. Remove it after the test.
288
Returns instance of `databricks.sdk.service.catalog.CatalogInfo`.
289
290
+ Keyword Arguments:
291
+ * `name` (str): The name of the catalog. Default is a random string.
292
+
293
Usage:
294
```python
295
def test_catalog_fixture(make_catalog, make_schema, make_table):
0 commit comments