Skip to main content

Module bigquery

Module bigquery 

Source
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§

BigQuerySource
A source that runs a SQL query against BigQuery and yields rows as JSON.
BigQuerySourceConfig
Configuration for the 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.