FetchSnowflakeTableProperties 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-snowflake-processors-nar
DESCRIPTION¶
Reads properties from a table and stores them as flow file attributes.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Connection Pool |
The connection pool to use to connect to Snowflake |
Schema Name |
The name of the schema |
Table Metadata Cache Expiration Time |
The time in seconds after which the cache entry will be removed |
Table Name |
The name of the table |
Use Table Metadata Cache |
Whether to cache table’s metadata instead of reading it directly from Snowflake. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
The incoming FlowFile is routed to this relationship if the properties cannot be read |
table not found |
The incoming FlowFile is routed to this relationship if the specified table does not exist. |
success |
The incoming FlowFile is routed to this relationship after the table properties has been successfully read |