Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Cloud Computing › Snowflake
Snowpipe
service · part of Snowflake
A Snowflake service that continuously loads files from cloud storage into Snowflake.
Inside Snowpipe (3)
- AUTO_INGEST — A Snowpipe setting that enables automatic loading of files when new files are added to the stage, requiring cloud event notifications.
- Snowpipe Streaming — A variant of Snowpipe that ingests rows through an API without requiring staged files.
- Snowpipe Streaming API — A low-latency row ingestion API that ingests data directly without requiring staged files.
Connections
- Alternative to Snowpipe Streaming
- Used for Amazon S3
- Builds on Storage Integration
- Alternative to COPY INTO
- Alternative to Snowpipe Streaming API
- Uses Dynamic Table
- Used for External Stage
- Used for COPY INTO
- Related to Cloud Event Notifications
- Related to AUTO_INGEST
- Related to External Stage
- Related to COPY INTO
- Related to Cloud Event Notifications
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.