Expand description
§faucet-common-bigquery
Shared credential configuration and client construction for the
faucet-stream BigQuery source
and sink connectors.
BigQueryCredentials— service-account key file, inline service-account JSON, or Application Default Credentials.build_client— async helper that turns aBigQueryCredentialsinto a ready-to-usegcp_bigquery_client::Client.
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§
- BigQuery
Credentials - How to authenticate with Google BigQuery.
Functions§
- build_
client - Build a
gcp_bigquery_client::Clientfrom a faucet credential spec.