//! # faucet-source-bigquery
//!
//! BigQuery query source connector for the faucet-stream ecosystem.
//!
//! Runs a SQL query against BigQuery via `jobs.query` + `jobs.getQueryResults`
//! and streams the rows back as `serde_json::Value` records.
/// BigQuery Storage Read API (gRPC) Arrow path (#380). Only compiled with the
/// `arrow` feature.
pub use ;
pub use ;
pub use BigQuerySource;