ConsumeSnowflakeStream 2025.10.2.19¶
バンドル¶
com.snowflake.openflow.runtime | runtime-snowflake-processors-nar
説明¶
Fetches data from a Snowflake stream and writes it to a FlowFile. The stream must be created in the database before using this processor. The processor will consume the stream and write the records to the FlowFile using the specified Record Writer. The processor will also add an attribute to the FlowFile with the name of the stream. The processor will not work if the stream is stale. Instead it will log an error message and stop processing. Stale stream has to be recreated in the database. After the stream is recreated in the database the processor will continue to read and process CDC records. For more information on Snowflake streams, see the <a href="https://docs.snowflake.com/en/user-guide/streams-intro">snowflake documentation</a>.
入力要件¶
FORBIDDEN
機密動的プロパティをサポート¶
false
プロパティ¶
プロパティ |
説明 |
|---|---|
最大チャンクサイズ |
一つの FlowFile に書き込む記録数。この値を少し超えるかもしれません。 |
Record Writer |
CDC 記録のシリアライズに使用する Record Writer。 |
Snowflake 接続 サービス |
Snowflakeアクセス用データベース接続サービス |
ストリーム名 |
データベース内のストリーム名 |
リレーションシップ¶
名前 |
説明 |
|---|---|
success |
ストリーム CDC 記録を持つ FlowFiles の場合 |
属性の書き込み¶
名前 |
説明 |
|---|---|
Snowflake.ストリーム.名 |
Snowflakeストリームの名前 |