BigQuery
Steps to integrate BigQuery with Locale.ai
You can use a BigQuery table to send your data directly to the locale.ai platform. Here's how it's done.
- Download the client_secrets.json file for your service account
- The required parameters is at least one stream (one BigQuery table/view) to copy.
- It is not a recommended BigQuery practice to use * to specify the columns as it may blow up the cost for a table with a large number of columns.
filters
to restrict data being only sent for certain categories or cities
start_datetime
the date after which you want Locale to pick up data from
The table/view is expected to have a column to indicate the creation or update date and time so the tap sends the query with
ORDER BY
and use the column to record the bookmark

It is recommended to use Locale with a service account.
Download the client_secrets.json file for your service account, and set up the credentials Follow the basic requirements section above and fill in the required details.






Last modified 2yr ago