Google Sheets Output Adapter
- class GoogleSpreadsheetAdapter(output_ctx)[source]
Writes data to Google Sheets using Google Sheets API: https://developers.google.com/sheets/
- Parameters:
output_ctx (
OutputContext) – Output context. Contains empty dictionary, that can be used to store state, previous output path (if any) and state form previous run (if any). Adapter should update thestateandoutput_pathattributes. Both will be stored even if the adapter fails.