//! # 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.
/// Arrow columnar load-job helpers (Parquet encode + `PARQUET` load-job
/// builder, #380). Only compiled with the `arrow` feature.
// Re-export core types.
pub use ;
pub use BigQueryLoadConfig;
pub use ;
pub use BigQuerySink;