aws / aws/sagemaker-python-sdk
Feature Store Iceberg DataSource not implemented
- Ngôn ngữ chính
- Python
- Star
- 2.3k
- Fork
- 1.3k
- Merge trung bình
- 1 ngày 22 giờ
- Pull request đã merge (30 ngày)
- 35
Mô tả
**Describe the feature you'd like**
IcebergDataSource is only partially implemented (see [_data_sources.py](https://github.com/aws/sagemaker-python-sdk/blob/32dd6314c4efb66983d17183e832502933cd23e3/src/sagemaker/feature_store/feature_processor/_data_source.py#L140)). This should be implemented, or the parameters and methodology for implementing it and dropping it in as a consumer of the library should be clearly documented.
**How would this feature be used? Please describe.**
The IcebergDataSource would just be used in any Feature Store step as any other data source, and would read my input data as defined in the object and passed to my Feature Store configuration. It would correctly construct the data frame from the specified Iceberg Table.
**Describe alternatives you've considered**
N/A
**Additional context**
I have a simple implementation of this in a private fork I can submit for reference. It probably isn't up to standard but it's a point to start from.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.