Skip to content

Commit 89afdca

Browse files
bhhalimBassemHalim
authored andcommitted
chore(docs): update example notebook
1 parent a8255bf commit 89afdca

2 files changed

Lines changed: 222 additions & 88 deletions

File tree

sagemaker-mlops/src/sagemaker/mlops/feature_store/feature_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def enable_lake_formation(
423423
"""
424424
# Get region from session if not provided
425425
if region is None and session is not None:
426-
region = session.region_name()
426+
region = session.region_name
427427

428428
# Wait for Created status if requested
429429
if wait_for_active:

0 commit comments

Comments
 (0)