Available on crate features
source-bigquery and source-rest only.Modules§
- config
- BigQuery source configuration.
- convert
- Type-aware conversion from BigQuery
TableRows to JSON objects. - stream
- BigQuery query source.
Structs§
- BigQuery
Source - A source that runs a SQL query against BigQuery and yields rows as JSON.
- BigQuery
Source Config - Configuration for the 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.