Connectors
Google BigQuery
Index your data from a Google BigQuery table.
The BigQuery connector lets you read data from a BigQuery table and store it in an Algolia index.
Authentication
To authenticate the connector, you need a Google service account with the following permissions:
txt
Custom SQL statement
The connector imports your selected table by default.
To use a custom SQL statement, replace your table name with %s
:
sql
Each row must have a unique identifier that Algolia uses as the object ID.
To stay within your BigQuery quota, don’t schedule tasks to run at most once per day.
Was this page helpful?