BigQuery
BigQuery is Google Cloud’s data warehouse tool that allows businesses to run analytics across a tremendous amount of data using SQL (Structured Query Language).
BigQuery integration is only available on Enterprise plans. Need to upgrade? Read more about our plans and pricing here.
Getting Set up with BigQuery
Before using BigQuery with Glide, you’ll need to set up a BigQuery account.
Make sure your first column in your data set is a unique string or number column named ‘id’ so Glide can identify the rows.
New to SQL queries? Check out Google’s documentation to get started.
Syncing Data from BigQuery
Before adding your BigQuery data source, decide who in your Glide team will control the integration. This Glide user account needs to be part of the team as long as you are using BigQuery and cannot be changed or removed. Any updates to the BigQuery connection must be performed by this same team member.
From the Data Editor, navigate to the Tables menu in the left sidebar and select plus (+) to add a new Data Source.
Editing Your Synced Table
Unlike our other data integrations, changes you make to BigQuery data in Glide do not write back to your BigQuery data warehouse. Glide uses BigQuery as a read-only data source.
To change your table:
Limitations of BigQuery
There are some features in Glide that aren’t compatible with a table generated from BigQuery. Those features are:
- Row owners
- Protected columns
- Rollups and lookups into relations
- Grouping
In computed columns, filtering, sorted, and search is not supported.
The following components will load at most 5000 rows:
- Chart
- Radial Chart
- Choice
- Kanban
- Calendar
Frequently Asked Questions
I don't see the option to add BigQuery in tables.
You might need an Enterprise plan! You can read more about our plans and pricing here.
I don't see BigQuery on the 'select a source' page for my new app.
To sync your BigQuery data for an app, first create an empty app with Glide tables. Then you can sync the data source using the steps above.
My sign-in screen for BigQuery won't load.
Please make sure you have cookies turned on in your Glide settings, and that you aren’t using a web browser or tool that blocks third party cookies.
I'm getting a 'There was an issue running your query' error.
Your table will need to have a first column with a unique string or column number labeled ‘id.’
I need help learning BigQuery.
BigQuery has an extensive documentation library that can help.