diff --git a/VERSION b/VERSION index a645ca8f06..42fed9aa5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.2-fh2 +0.13.2-fh3 diff --git a/docs/resources/pipe.md b/docs/resources/pipe.md index 2371425981..df2cccbf35 100644 --- a/docs/resources/pipe.md +++ b/docs/resources/pipe.md @@ -8,6 +8,7 @@ | NAME | TYPE | DESCRIPTION | OPTIONAL | REQUIRED | COMPUTED | DEFAULT | |----------------------|--------|-----------------------------------------------------------------------------------------------------------------|----------|-----------|----------|---------| | auto_ingest | bool | Specifies a auto_ingest param for the pipe. | true | false | false | false | +| aws_sns_topic | string | Specifies AWS SNS Topic that SQS managed by Snowflake will subscribe to. | true | false | false | | | comment | string | Specifies a comment for the pipe. | true | false | false | | | copy_statement | string | Specifies the copy statement for the pipe. | false | true | false | | | database | string | The database in which to create the pipe. | false | true | false | |