SameerMesiah97 commented on code in PR #66929:
URL: https://github.com/apache/airflow/pull/66929#discussion_r3251259226
##########
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
Review Comment:
```suggestion
:param drive_id: Shared drive ID where the user wants to store the
spreadsheet. In case when user want to use the operator
```
##########
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
Review Comment:
```suggestion
:param drive_id: Shared drive ID where the user wants to store the
spreadsheet. In case when user want to use the operator
```
--
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]