BigQuery Tutorial
This functionality requires an experimental
bigqueryplugin. Read More
Frictionless supports both reading tables from BigQuery source and treating a BigQuery dataset as a tabular data storage.
CLI
Reading Data#
You can read from this source using Package/Resource, for example:
Python
If you'd like to treat BigQuery dataset as a tabular storage:
Python
Writing Data#
[NOTE] Timezone information is ignored for
datetimeandtimetypes.
We can export a package to a BigQuery dataset:
Also, it's possible to save a resource as a Bigquery table using resource.write().
Configuring Data#
There is the BigqueryDialect to configure how Frictionles works with BigQuery:
References:

