Crowiant commented on code in PR #66929:
URL: https://github.com/apache/airflow/pull/66929#discussion_r3267167095
##########
providers/google/src/airflow/providers/google/suite/operators/sheets.py:
##########
@@ -33,6 +34,8 @@ class GoogleSheetsCreateSpreadsheetOperator(BaseOperator):
:param spreadsheet: an instance of Spreadsheet
https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets#Spreadsheet
+ :param drive_id: Shared drive id where user want to store spreadsheet. In
case when user want to use the operator
+ with service account. Modern Google Security Policy restricts having
storage space on SA.
Review Comment:
Hello @SameerMesiah97 Thank you for the review. Rephrased as you suggested.
--
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]