UpdateSnowflakeSchema 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-snowflake-processors-nar

Description

Creates Snowflake database schema if it does not exist.

Tags

create, ddl, preview, schema, snowflake

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Connection PoolThe connection pool to use to connect to Snowflake
Object Identifier ResolutionControls how source object identifiers (schemas, tables, columns) are stored and queried in Snowflake. This setting determines whether you will need to use double quotes in your SQL queries.
Schema Creation Cache Expiration TimeThe time after which the cache entry will be removed
Schema NameThe name of the schema to create
Use Schema Creation CacheWhether to cache schema’s creation instead of executing CREATE SCHEMA IF NOT EXISTS statement for each FlowFile.

Relationships

NameDescription
failureThe incoming FlowFile is routed to this relationship if the schema cannot be created
successThe incoming FlowFile is routed to this relationship after the schema has been created successfully