Google Workspace Read

Google Workspace Read

Certified

Read all sheets from a spreadsheet

Reads every sheet (or selected sheets) with render options. Can return data directly or store to kestra://; metrics report rows and sheet count.

yaml
type: io.kestra.plugin.googleworkspace.sheets.Read
yaml
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
Properties

Spreadsheet ID

DefaultFORMATTED_STRING
Possible Values
SERIAL_NUMBERFORMATTED_STRING

Date/time render option

SERIAL_NUMBER or FORMATTED_STRING (default); ignored if valueRender=FORMATTED_VALUE

Defaultfalse

Fetch results

If true, data is returned in output; otherwise written to storage

Defaulttrue

Treat first row as header

When true, maps rows to objects using first row keys; default true

Reference (ref) of the pluginDefaults to apply to this task.

Default120

The read timeout for the request (in seconds)

SubTypestring
Default["https://www.googleapis.com/auth/spreadsheets"]

The GCP scopes to used

SubTypestring

Sheet titles to include

Optional list of sheet names; empty reads all sheets

The GCP service account key

Defaulttrue

Store results

If true, writes ION file to storage; default true

DefaultUNFORMATTED_VALUE
Possible Values
FORMATTED_VALUEUNFORMATTED_VALUEFORMULA

Value render option

FORMATTED_VALUE, UNFORMATTED_VALUE (default), or FORMULA

SubTypearray

Fetched rows by sheet

Only when fetch=true; keyed by sheet title

Default0

Total rows fetched

SubTypestring

Stored result URIs

Only when store=true; keyed by sheet title

Unitcount

Number of rows fetched across all sheets

Unitcount

Number of sheets processed in the spreadsheet