lubimow-xwf commented on code in PR #66929:
URL: https://github.com/apache/airflow/pull/66929#discussion_r3766504381


##########
providers/google/src/airflow/providers/google/suite/operators/sheets.py:
##########
@@ -33,7 +34,9 @@ class GoogleSheetsCreateSpreadsheetOperator(BaseOperator):
 
     :param spreadsheet: an instance of Spreadsheet
         
https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets#Spreadsheet
-    :param gcp_conn_id: The connection ID to use when fetching connection info.
+    :param drive_id: Shared Drive ID where the spreadsheet should be created.
+        This is useful when using a service account, since service accounts
+        do not have personal Drive storage. (templated)

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to