
GoogleSheetsCreateSpreadsheetOperator
Created by
Airflow Community
Version
Creates a new spreadsheet.
Parameters
spreadsheet
dict[str, Any]REQUIRED
spreadsheet
dict[str, Any]REQUIREDan instance of Spreadsheet https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets#Spreadsheet
gcp_conn_id
str
gcp_conn_id
strThe connection ID to use when fetching connection info.
impersonation_chain
str | Sequence[str] | None
impersonation_chain
str | Sequence[str] | NoneOptional service account to impersonate using short-term credentials, or chained list of accounts required to get the access_token of the last account in the list, which will be impersonated in the request. If set as a string, the account must grant the originating account the Service Account Token Creator IAM role. If set as a sequence, the identities from the list must grant Service Account Token Creator IAM role to the directly preceding identity, with first account from the list granting this role to the originating account (templated).
api_endpoint
str | None
api_endpoint
str | NoneOptional. Custom API endpoint, e.g: private.googleapis.com. This can be used to target private VPC or restricted access endpoints.
Documentation
Creates a new spreadsheet.
See also
For more information on how to use this operator, take a look at the guide: Create spreadsheet