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
속성¶
속성 |
설명 |
|---|---|
Max Chunk Size |
1개의 FlowFile 에 기록할 레코드 수입니다. 이 값을 약간 초과할 수 있습니다. |
Record Writer |
CDC 레코드 직렬화에 사용할 Record Writer |
Snowflake 연결 서비스 |
Snowflake에 액세스하기 위한 데이터베이스 연결 서비스 |
스트림 이름 |
데이터베이스에 있는 스트림의 이름입니다 |
관계¶
이름 |
설명 |
|---|---|
성공 |
스트림 CDC 레코드가 있는 FlowFiles 의 경우 |
Writes 특성¶
이름 |
설명 |
|---|---|
Snowflake.stream.name |
Snowflake 스트림의 이름 |