-
Notifications
You must be signed in to change notification settings - Fork 1.2k
NotImplementedError when ingesting feature group data from pandas DataFrame #2297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue following the example code provided. This works fine with version 2.37 |
Same issue here. Any update on this? |
Facing the same problem with Python 3.8 |
Same issue here with Python 3.8.10 and SageMaker Python SDK version 2.44.0 |
@alex-tang It looks like your PR (#2288) introduced this issue. This breaks examples in the SageMaker documentation in multiple places (here, here, here, and here). Any idea? @icywang86rui |
any news on this? |
So a change got merged in upstream to not fork another process if |
Until this is fixed, this code seemed to allow me to get around this: sm_version = sagemaker.__version__ |
Closing as setting |
Describe the bug
I am getting an error when trying to ingest data using the
FeautureGroup.ingest()
method. Possibly due to latest changes: (#2288)To reproduce
Follow this example exactly. The
NotImplementedError
should happen when executing this line:identity_feature_group.ingest(data_frame=identity_data, max_workers=3, wait=True)
Expected behavior
DataFrame should be entered successfully into feature group
Screenshots or logs
abbreviated traceback:
...
...
System information
A description of your system. Please provide:
Additional context
N/A
The text was updated successfully, but these errors were encountered: