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§
- Snowflake
Source - A source that streams the rows of a Snowflake SQL statement via the SQL REST API.
- Snowflake
Source Config - Configuration for the Snowflake query source.
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
- Snowflake
Auth - Authentication method for Snowflake.
Traits§
- Source
- A source fetches records from an external system.