Skip to main content

Crate faucet_source_bigquery

Crate faucet_source_bigquery 

Source
Expand description

§faucet-source-bigquery

BigQuery query source connector for the faucet-stream ecosystem.

Runs a SQL query against BigQuery via jobs.query + jobs.getQueryResults and streams the rows back as serde_json::Value records.

Re-exports§

pub use config::BigQuerySourceConfig;
pub use stream::BigQuerySource;

Modules§

config
BigQuery source configuration.
convert
Type-aware conversion from BigQuery TableRows to JSON objects.
stream
BigQuery query source.

Enums§

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

Traits§

Source
A source fetches records from an external system.