Skip to content

Google Sheets Source Provider

The Google Sheets Source feeds data from Google Sheets supporting Records query.

Settings

Source Instance Common Settings

SettingDescriptionDefault
NameThe name that will identify this source instance.
Default Cache TimeThe default duration in seconds before the cache is renewed, set to 0 to disable caching. This setting can be overriden in each query configuration.3600

Google Sheets Instance Configuration

SettingDefaultDescriptionRequired
AccountThe Google Account which to authenticate with.
SpreadsheetThe spreadsheet which to retrieve the data from.
SheetDefaultThe spreadsheet sheet which data to create the source with.
Start ColumnAThe starting column to restrict the sheet data with.
End ColumnZThe ending column to restrict the sheet data with.

Records Query

Fetches records from the spreadsheet and resolves to a dynamically generated list of record type based on the sheet schema.

Google Sheets Records Query

SettingDefaultDescription
Start1The offset applied to the query.
Quantity20The limit applied to the query.
Cache3600The duration in seconds before the cache is invalidated and the query re-executed.