We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819a77d commit 44378d1Copy full SHA for 44378d1
tests/catalog/test_glue.py
@@ -47,6 +47,7 @@
47
)
48
49
50
+@mock_aws
51
def test_load_catalog_from_impl() -> None:
52
assert isinstance(load_catalog("catalog", **{PY_CATALOG_IMPL: "pyiceberg.catalog.glue.GlueCatalog"}), GlueCatalog)
53
0 commit comments