Class SnowflakeBatchServiceImpl
java.lang.Object
org.apache.beam.sdk.io.snowflake.services.SnowflakeBatchServiceImpl
- All Implemented Interfaces:
SnowflakeServices.BatchService
Implemenation of
SnowflakeServices.BatchService
used in production.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread
(SnowflakeBatchServiceConfig config) Reading data from Snowflake tables in batch processing.void
write
(SnowflakeBatchServiceConfig config) Writing data to Snowflake in batch mode.
-
Constructor Details
-
SnowflakeBatchServiceImpl
public SnowflakeBatchServiceImpl()
-
-
Method Details
-
write
Writing data to Snowflake in batch mode.- Specified by:
write
in interfaceSnowflakeServices.BatchService
- Throws:
Exception
-
read
Reading data from Snowflake tables in batch processing.- Specified by:
read
in interfaceSnowflakeServices.BatchService
- Throws:
Exception
-