Skip to main content
The Google BigQuery plugin syncs data locally. Use corsair.googlebigquery.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Datasets

Path: googlebigquery.db.datasets.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Jobs

Path: googlebigquery.db.jobs.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Models

Path: googlebigquery.db.models.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Routines

Path: googlebigquery.db.routines.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Tables

Path: googlebigquery.db.tables.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.