Snowflake
This module contains the SnowflakeWriter class, which is used to write data to Snowflake.
koheesio.spark.writers.snowflake.SnowflakeWriter #
Class for writing to Snowflake
See Also
insert_type
class-attribute
instance-attribute
#
insert_type: Optional[BatchOutputMode] = Field(
APPEND,
alias="mode",
description="The insertion type, append or overwrite",
)
table
class-attribute
instance-attribute
#
table: str = Field(
default=..., description="Target table name"
)
execute #
Write to Snowflake