FetchSnowflakeTableProperties 2025.10.9.21

Bundle

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

Description

Reads properties from a table and stores them as flow file attributes.

Tags

database, jdbc, openflow, snowflake

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Connection PoolThe connection pool to use to connect to Snowflake
Schema NameThe name of the schema
Table Metadata Cache Expiration TimeThe time in seconds after which the cache entry will be removed
Table NameThe name of the table
Use Table Metadata CacheWhether to cache table’s metadata instead of reading it directly from Snowflake.

Relationships

NameDescription
failureThe incoming FlowFile is routed to this relationship if the properties cannot be read
successThe incoming FlowFile is routed to this relationship after the table properties has been successfully read
table not foundThe incoming FlowFile is routed to this relationship if the specified table does not exist.