Skip to content

Commit f0c84e3

Browse files
committed
Removed excess LakeFormation code to isolate Iceberg Properties change
1 parent 6d41abd commit f0c84e3

8 files changed

Lines changed: 231 additions & 2842 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Licensed under the Apache License, Version 2.0
33
"""SageMaker FeatureStore V3 - powered by sagemaker-core."""
44

5-
# FeatureGroup with Lake Formation support (local subclass)
5+
# FeatureGroup with additional operational support
66
from sagemaker.core.resources import FeatureGroup, FeatureMetadata
7-
from sagemaker.mlops.feature_store.feature_group_manager import FeatureGroupManager, LakeFormationConfig
7+
from sagemaker.mlops.feature_store.feature_group_manager import FeatureGroupManager
88

99
# Resources from core
1010
from sagemaker.core.resources import FeatureMetadata
@@ -84,7 +84,6 @@
8484
"FeatureParameter",
8585
"FeatureValue",
8686
"Filter",
87-
"LakeFormationConfig",
8887
"OfflineStoreConfig",
8988
"OnlineStoreConfig",
9089
"OnlineStoreSecurityConfig",

0 commit comments

Comments
 (0)