dropFileFormat

Drops an existing file format in Snowflake.

Note: This change type does not support automatic rollback.

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

fileFormatName

String

Name of the file format to drop

Yes

ifExists

Boolean

Only drop if the file format exists using IF EXISTS

No

loading