You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spreadsheet_id=luigi.Parameter(description='Spreadsheet ID in Google Sheets (lookup {spreadsheetId} in https://docs.google.com/spreadsheets/d/{spreadsheetId}/edit)')
477
+
sheet_name=luigi.Parameter(description='Name of the spreadsheet in the document')
473
478
# TODO: use the spreadsheet revision ID
474
479
# For now, all that does is distinguishing spreadsheet tasks which might
475
480
# refer to different revisions, which in turn allows newly added tasks to
revision_id=luigi.Parameter(default=str(uuid.uuid4()), description='Revision ID of the spreadsheet (not yet supported, but will default to the latest)')
0 commit comments