//! # faucet-sink-snowflake
//!
//! Snowflake sink connector for the faucet-stream ecosystem.
//!
//! Writes `serde_json::Value` records to a Snowflake table using the
//! [Snowflake SQL REST API](https://docs.snowflake.com/en/developer-guide/sql-api/reference).
/// Arrow columnar bulk-load helpers (external-stage Parquet + `COPY INTO`,
/// #381). Only compiled with the `arrow` feature.
pub use ;
pub use ;
pub use SnowflakeSink;