Skip to content

Commit 484a98e

Browse files
authored
Merge branch 'master' into fix-pipeline-test
2 parents 12d314d + 8ca9db1 commit 484a98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/feature_store/feature_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class IngestionManagerPandas:
152152
feature_group_name (str): name of the Feature Group.
153153
sagemaker_session (Session): instance of the Session class to perform boto calls.
154154
data_frame (DataFrame): pandas DataFrame to be ingested to the given feature group.
155-
max_works (int): number of threads to create.
155+
max_workers (int): number of threads to create.
156156
"""
157157

158158
feature_group_name: str = attr.ib()

0 commit comments

Comments
 (0)