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§
- BigQuery
Credentials - How to authenticate with Google BigQuery.
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Source
- A source fetches records from an external system.