Expand description
§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-exports§
pub use config::BigQueryLoadConfig;arrowpub use config::BigQuerySinkConfig;pub use sink::BigQuerySink;
Modules§
- config
- BigQuery sink configuration.
- load
arrow - Arrow columnar load-job helpers (Parquet encode +
PARQUETload-job builder, #380). Only compiled with thearrowfeature. Arrow columnar load-job helpers (#380) — Parquet encode + the BigQueryPARQUETload-job builder. - sink
- BigQuery streaming insert sink.
Enums§
- BigQuery
Credentials - How to authenticate with Google BigQuery.
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Sink
- A sink writes records to an external system.