Skip to content

Commit 4e42570

Browse files
committed
Add docstring
1 parent da01b4f commit 4e42570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/databricks/labs/pytester/fixtures/catalog.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ def make_catalog(
287287
Create a catalog and return its info. Remove it after the test.
288288
Returns instance of `databricks.sdk.service.catalog.CatalogInfo`.
289289
290+
Keyword Arguments:
291+
* `name` (str): The name of the catalog. Default is a random string.
292+
290293
Usage:
291294
```python
292295
def test_catalog_fixture(make_catalog, make_schema, make_table):

0 commit comments

Comments
 (0)