skillfed

sagemaker-feature-store-pyspark-3.3

Amazon SageMaker FeatureStore PySpark Bindings

sagemaker-feature-store-pyspark-3-3 v1.1.3 100.3K downloads/30d#12,993 on PyPI
Permissive license Apache License 2.0 DORMANT released

What it is and what it does

This package is a PySpark connector that bridges Apache Spark and Amazon SageMaker FeatureStore, enabling you to push feature data from Spark DataFrames directly into SageMaker's online and offline feature stores. It handles the translation between Spark's distributed data model and SageMaker's feature ingestion API, and includes utilities to automatically load feature definitions to simplify feature group creation.

The connector is designed for batch ingestion workflows where you have feature data in Spark and need to materialize it into SageMaker FeatureStore for model training or serving. It abstracts away the details of the SageMaker API calls, letting you work primarily with familiar Spark DataFrame operations.

Use it for:

  • Batch ingest feature data from a Spark cluster into SageMaker FeatureStore's online and offline stores for ML model training.
  • Automatically load and register feature definitions from Spark DataFrames to create SageMaker feature groups without manual schema definition.
  • Integrate Spark-based ETL pipelines with SageMaker's feature management infrastructure for centralized feature governance.
  • Populate both online (low-latency) and offline (batch) feature stores from a single Spark job to keep training and serving features in sync.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A PySpark connector for Amazon SageMaker FeatureStore that ingests data from Spark DataFrames into FeatureStore's online and offline stores, with automatic feature definition loading.

Yes, if you are already running Spark 3.3 workloads on AWS and need to ingest features into SageMaker FeatureStore—it eliminates manual API calls and simplifies the integration. However, proceed with caution: maintenance is dormant (554 days since last release), so compatibility with recent SageMaker or Spark updates is uncertain. Verify compatibility with your SageMaker API version before adopting in production.

Install

sagemaker-feature-store-pyspark-3-3 on PyPI

pip

pip install sagemaker-feature-store-pyspark-3-3

uv

uv add sagemaker-feature-store-pyspark-3-3

poetry

poetry add sagemaker-feature-store-pyspark-3-3

Installing sagemaker-feature-store-pyspark-3.3

Before you install

High install friction due to the distribution format (tar.gz source archive). Maintenance is dormant—no commits tracked and last release was 554 days ago, suggesting the package receives minimal active development or updates.

License in practice

Licensed under Apache License 2.0, a permissive open-source license that allows commercial and private use with minimal restrictions, though you must include a copy of the license and note any modifications.

Quickstart

# Install
pip install sagemaker-feature-store-pyspark-3-3

# Import and use with Spark DataFrame
from sagemaker_feature_store_pyspark import FeatureStoreConnector

# Ingest DataFrame to FeatureStore
connector = FeatureStoreConnector()
connector.ingest_data(spark_dataframe, feature_group_name)

Requires Apache Spark 3.3 and an active AWS SageMaker FeatureStore setup with appropriate IAM credentials configured.

Verify before relying

  • Whether PySpark 3.3 is a hard requirement or if the connector works with other Spark versions
  • Minimum Python version required (not specified in metadata)
  • Current compatibility with recent SageMaker API versions given the dormant maintenance status

Package facts

License Apache License 2.0 (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance dormant — 554 days since the last release
First released
Downloads 100,317/month — #12,993 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: sagemaker_feature_store_pyspark_3_3-1.1.3.tar.gz

Keywords: ML, Amazon, AWS, AI, FeatureStore, SageMaker

Tags

sagemaker feature store spark connectorpyspark featurestore ingestionaws sagemaker feature ingestionspark dataframe to featurestoresagemaker offline online storefeature store batch ingestion spark
aws-sagemakerspark-connectorfeature-engineering

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

sagemaker-feature-store-pyspark

Ingest Spark DataFrames into Amazon SageMaker…

permissive · top 15,000 on PyPI

sagemaker-feature-store-pyspark-3.1

Connects Apache Spark DataFrames to Amazon…

permissive · top 15,000 on PyPI

sagemaker-datawrangler

Provides a Python library for Amazon SageMaker…

unclear · top 15,000 on PyPI

sagemaker-train

Trains and deploys machine learning models on…

unclear · top 5,000 on PyPI

sagemaker-training

Integrates training scripts into Docker…

permissive · top 15,000 on PyPI

awsglue-dev

Provides Python interfaces to AWS Glue's ETL…

unclear · top 5,000 on PyPI

pyspark-client

Python client for connecting to Apache Spark…

permissive · top 5,000 on PyPI

pyspark-pandas

Provides tools for distributing Pandas…

unclear · top 5,000 on PyPI

azureml-featurestore

Provides Python SDK access to Azure ML Feature…

permissive · top 5,000 on PyPI

pyspark-huggingface

Registers a Spark data source that reads…

permissive · top 5,000 on PyPI