alterStageComment
Last updated: August 12, 2026
Sets or removes the comment on an existing stage in Snowflake.
Note: This change type does not support automatic rollback.
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the stage | No |
| String | Name of the schema containing the stage | No |
| String | Name of the stage to alter | Yes |
| Boolean | Don't error if the stage doesn't exist | No |
| String | New comment text to set (nested element)* | No |
| Boolean | Remove the existing comment* | No |
* Exactly one of newComment or unsetComment must be specified.
Note: Stages use SET COMMENT = NULL to unset comments (unlike streams which use UNSET COMMENT).
loading
loading
loading
loading