Skip to content

Commit eeb6fb5

Browse files
authored
feat(Global Catalog): support non ibm only visibility (#291)
Signed-off-by: Ben Buchanan <[email protected]>
1 parent dcd2d0f commit eeb6fb5

File tree

4 files changed

+647
-200
lines changed

4 files changed

+647
-200
lines changed

examples/test_global_catalog_v1_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def test_update_visibility_example(self):
314314

315315
response = global_catalog_service.update_visibility(
316316
id=catalog_entry_id,
317+
restrictions="private",
317318
extendable=False,
318319
)
319320

0 commit comments

Comments
 (0)