Pipe
Represents a data ingestion pipeline in Snowflake, which automates the loading of data into tables.
Examples
Python
YAML
Fields
name
(string, required) - The name of the pipe.as_
(string, required) - The SQL statement that defines the data loading operation.owner
(string or Role) - The owner role of the pipe. Defaults to "SYSADMIN".auto_ingest
(bool) - Specifies if the pipe automatically ingests data when files are added to the stage. Defaults to None.error_integration
(string) - The name of the integration used for error notifications. Defaults to None.aws_sns_topic
(string) - The AWS SNS topic where notifications are sent. Defaults to None.integration
(string) - The integration used for data loading. Defaults to None.comment
(string) - A comment for the pipe. Defaults to None.
Last updated