Skip to content

Commit a64768e

Browse files
committed
is_schema_enabled
1 parent f0cdba0 commit a64768e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sempy_labs/lakehouse/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from ._schemas import (
3838
list_schemas,
3939
schema_exists,
40+
is_schema_enabled,
4041
)
4142

4243
__all__ = [
@@ -62,4 +63,5 @@
6263
"list_lakehouses",
6364
"list_schemas",
6465
"schema_exists",
66+
"is_schema_enabled",
6567
]

0 commit comments

Comments
 (0)