This is a preview release of Integration Connectors with AppSheet. See Track and manage feature releases. Preview offerings are intended for use in test environments only. This feature is not recommended for use in production apps. For questions or assistance with this feature, contact AppSheet Support.
This preview release will roll out gradually over the next week.
Integration Connectors with AppSheet (preview) requires an AppSheet Enterprise Plus account.
As a team admin or team member, use the data source in your app as you would any other data source when you create an app from existing data or add a table to an existing app.
For example, select the Google BigQuery data source and then the table to add.
The following provides best practices for using connections as data sources in your app.
Data source |
Best practice |
Description |
Google BigQuery |
Use security filters |
Include AppSheet expressions in the security filters, which will be translated to BigQuery SQL and executed on the server before the data is downloaded to the app. Note: Security filters are pushed to the SQL Provider only for Examples:
|
Use BigQuery Views (read only) |
You can create specific views for AppSheet in BigQuery that have potentially complex SQL queries to create a limited number of rows from the dataset. When setting-up the BigQuery data source as a table in your app, select from the list of views in your project as well as from the base datasets. Note: BigQuery views are read-only so changes made in AppSheet will not sync back to the BigQuery dataset. |
|
Create a new BigQuery Table |
BigQuery allows you to set up a copy of a table that can be re-created periodically based on a scheduled query. This is similar to a view, but it is a physical table that contains the subset of data. This can also be used to reduce the number of columns in order to simplify the table structure. |
|
ServiceNow | Filter tables |
When you configure the ServiceNow connector, we recommend that you specify the tables to include in the Filter Tables field. Otherwise, you might experience significant delays when loading your data.
|