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.voidwrite(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:
writein interfaceSnowflakeServices.BatchService- Throws:
Exception
-
read
Reading data from Snowflake tables in batch processing.- Specified by:
readin interfaceSnowflakeServices.BatchService- Throws:
Exception
-