BigQuery Tutorial
This functionality requires an experimental
bigquery
plugin. Read More
Frictionless supports both reading tables from BigQuery source and treating a BigQuery dataset as a tabular data storage.
CLI
#
Reading DataYou 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
datetime
andtime
types.
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 DataThere is the BigqueryDialect
to configure how Frictionles works with BigQuery:
References: