Skip to content

Commit 8ca9db1

Browse files
eddiejessupicywang86ruiahsan-z-khan
authored
doc: Bad arg name in feat-store ingestion manager (#2070)
Mistyped argument name in the docs for IngestionManagerPandas. Co-authored-by: icywang86rui <[email protected]> Co-authored-by: Ahsan Khan <[email protected]>
1 parent 0e96a19 commit 8ca9db1

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)