//! # faucet-sink-bigquery
//!
//! BigQuery sink connector for the faucet-stream ecosystem.
//!
//! Writes `serde_json::Value` records to a Google BigQuery table using
//! the BigQuery streaming insert API.
// Re-export core types.
pub use ;
pub use ;
pub use BigQuerySink;