betodealmeida commented on issue #26390:
URL: https://github.com/apache/superset/issues/26390#issuecomment-1874296257

   > The existing gsheets package does not allow writing of data, only reading, 
making this package necessary.
   
   Note that even though the optional dependency name in Superset is called 
`gsheets`, the actual dependency is on the `shillelagh` package, instead of the 
old `gsheets` package, which **does** allow writing data to Google Sheets.
   
   How hard do you think would it be to reuse the `GSheetsEngineSpec.df_to_sql` 
method in the [Google Sheets DB engine 
spec](https://github.com/apache/superset/blob/29633e7d8cad7b52669a9e6f5e064cd34da803a3/superset/db_engine_specs/gsheets.py#L340)
 instead of adding the `gspread` dependency?


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to