alterFileFormat
Last updated: January 27, 2026
Modifies properties of an existing file format in Snowflake, including comment and format-specific options.
Note: This change type does not support automatic rollback.
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the file format | No |
| String | Name of the schema containing the file format | No |
| String | Name of the file format to alter | Yes |
| Boolean | Only alter if the file format exists using | No |
| String | New comment text to set* | No |
| Boolean | Remove the existing comment* | No |
* newComment and unsetComment are mutually exclusive
formatTypeOptions attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Format-specific option name (e.g., | Yes |
| String | Option value | Yes |