Read all sheets from a google Sheets
type: "io.kestra.plugin.googleworkspace.sheets.Read"
id: googleworkspace_sheets_read
namespace: company.team
tasks:
- id: read
type: io.kestra.plugin.googleworkspace.sheets.Read
spreadsheetId: "1Dkd3W0OQo-wxz1rrORLP7YGSj6EBLEg74fiTdbJUIQE"
store: true
valueRender: FORMATTED_VALUE
The spreadsheet unique id
Determines how values should be rendered in the output.
More details here
How dates, times, and durations should be represented in the output.
his is ignored if valueRender is FORMATTED_VALUE
.
More details here
Whether to Fetch the data from the query result to the task output
Specifies if the first line should be the header (default: false)
The read timeout for the request (in seconds)
The GCP scopes to used
The sheet title to be included
If not provided all the sheets will be included.
The GCP service account key
Whether to store the data from the query result into an ion serialized data file
List containing the fetched data
Only populated if 'fetch' parameter is set to true. The key is the name of the sheet
The size of the rows fetch
The uri of store result
The keyOnly populated if 'store' is set to true. The key is the name of the sheet