Skip to main content

Crate faucet_sink_bigquery

Crate faucet_sink_bigquery 

Source
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;arrow
pub use config::BigQuerySinkConfig;
pub use sink::BigQuerySink;

Modules§

config
BigQuery sink configuration.
loadarrow
Arrow columnar load-job helpers (Parquet encode + PARQUET load-job builder, #380). Only compiled with the arrow feature. Arrow columnar load-job helpers (#380) — Parquet encode + the BigQuery PARQUET load-job builder.
sink
BigQuery streaming insert sink.

Enums§

BigQueryCredentials
How to authenticate with Google BigQuery.
FaucetError
All possible errors returned by faucet-stream.

Traits§

Sink
A sink writes records to an external system.