Snowpipe Streaming is a Python SDK for ingesting data into Snowflake tables in near-real-time using the Snowflake Ingest SDK. It provides high-throughput streaming ingestion via the Snowpipe Streaming REST API. Current version 1.5.0, requires Python >=3.9. Released monthly.
pip install snowpipe-streamingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a connector, connect, insert files, and disconnect.
Read the private key from file and pass as string: open('key.p8').read()Use `from snowflake.ingest import SnowflakeConnector`.
Use `insert_files([file_path])` instead of `insert_file(file_path)`.
No dependency data recorded yet.