{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Pipe", "title": "Pipe", "type": "object", "description": "A Snowflake pipe", "properties": { "name": { "type": "string", "description": "Name of the pipe", "example": "Example Title" }, "comment": { "type": "string", "description": "user comment associated to an object in the dictionary", "example": "example_value" }, "auto_ingest": { "type": "boolean", "description": "TRUE if all files from stage need to be auto-ingested", "example": true }, "error_integration": { "type": "string", "description": "Link to integration object that point to a user provided Azure storage queue / SQS. When present, errors (e.g. ingest failure for Snowpipe or a user task failure or replication failure) will be sent to this queue to notify customers", "example": "example_value" }, "aws_sns_topic": { "type": "string", "description": "Optional, if provided, auto_ingest pipe will only receive messages from this SNS topic.", "example": "example_value" }, "integration": { "type": "string", "description": "Link to integration object that ties a user provided storage queue to an auto_ingest enabled pipe. Required for auto_ingest to work on azure.", "example": "example_value" }, "copy_statement": { "type": "string", "description": "COPY INTO