Skip to main content

Module snowflake

Module snowflake 

Source
Available on crate features source-rest and source-snowflake only.

Modules§

config
Snowflake source configuration.
convert
Type-aware conversion from Snowflake SQL REST API rows to JSON objects.
stream
Snowflake SQL REST API source.

Structs§

SnowflakeSource
A source that streams the rows of a Snowflake SQL statement via the SQL REST API.
SnowflakeSourceConfig
Configuration for the Snowflake query source.

Enums§

FaucetError
All possible errors returned by faucet-stream.
SnowflakeAuth
Authentication method for Snowflake.

Traits§

Source
A source fetches records from an external system.