Skip to main content

Crate faucet_common_bigquery

Crate faucet_common_bigquery 

Source
Expand description

§faucet-common-bigquery

Shared credential configuration and client construction for the faucet-stream BigQuery source and sink connectors.

BigQueryCredentials derives Serialize, Deserialize, and JsonSchema so it round-trips through YAML/JSON configs and CLI introspection. Its Debug impl masks inline JSON as "***" while leaving the key path visible.

Enums§

BigQueryCredentials
How to authenticate with Google BigQuery.

Functions§

build_client
Build a gcp_bigquery_client::Client from a faucet credential spec.