aws / aws/sagemaker-python-sdk

Newline chars are not supported in sagemaker feature store string types

Open
#4,776 0 comments 1 reaction 1 assignee Claimed by @pintaoz-aws View on GitHub
type: bug
Dominant language
Python
Stars
2.3k
Forks
1.3k
Avg merge
1d 22h
Merged PRs (30d)
35

Description

Similar issue to https://github.com/aws/sagemaker-python-sdk/issues/3295#issue-1336927723 where the sagemaker sdk will throw an exception like
```sh
ERROR:sagemaker.feature_store.feature_group:Failed to ingest row XX:
An error occurred (ValidationException) when calling the PutRecord operation:
1 validation error detected: Value ... at 'record.Y.member.valueAsString' failed to satisfy constraint:
Member must satisfy regular expression pattern: .*
```

if a feature record value string has a `\n` in it. This should be supported for features that contain long text.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.