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::BigQuerySinkConfig;pub use sink::BigQuerySink;
Modules§
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.