Description
SnowflakeIO has currently only batch processing. To provide streaming processing it is required to use SnowPipe which enables streaming write to Snowflake. Currently it is impossible to provide streaming read.
Snowflake ingest library for Java provides ingest methods which provides using SnowPipe and loading data by authorising with key-pair and providing staged files (ex. on GCS). It also provides method retrieving load history which is the only way to check if files could be loaded properly. Checking history can be only provided by actively requesting API because loading data is asynchronous.
Attachments
Issue Links
- is a child of
-
BEAM-9893 Add SnowflakeIO to Java SDK
- Resolved
- links to