renameFileFormat

Last updated: January 27, 2026

Renames an existing file format in Snowflake.

Note: Automatic rollback renames the file format back to original name.

Available attributes

Attribute

Type

Description

Required

catalogName

String

Name of the catalog (database) containing the file format

No

schemaName

String

Name of the schema containing the file format

No

oldFileFormatName

String

Current name of the file format

Yes

newFileFormatName

String

New name for the file format

Yes

ifExists

Boolean

Only rename if the file format exists using IF EXISTS

No

loading

loading

loading

loading