Skip to content

Commit 1077d11

Browse files
committed
add lf-multiaccount-demo + fix LakeformationConfig constructor
1 parent 6633993 commit 1077d11

3 files changed

Lines changed: 581 additions & 1 deletion

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
@@ -26,7 +26,7 @@
2626
logger = logging.getLogger(__name__)
2727

2828

29-
class LakeFormationConfig:
29+
class LakeFormationConfig(Base):
3030
"""Configuration for Lake Formation governance on Feature Group offline stores.
3131
3232
Attributes:

v3-examples/ml-ops-examples/FS-lakeformation-cross-account.ipynb

Lines changed: 580 additions & 0 deletions
Large diffs are not rendered by default.
465 KB
Loading

0 commit comments

Comments
 (0)