iliakasianov commented on issue #21152: URL: https://github.com/apache/superset/issues/21152#issuecomment-2486203095
Solution which works for me. 1. Create Database -> Shillelagh 2. SQLAlchemy URI = `gsheets://?service_account_file=/path/toserviceaccount/credentials.json` 3. mount Google Sevice account json file as credentials.json 4. add the service account`s email as Viewer to the Google Sheet document. (maybe not necessary) 5. In Superset`s SQL lab execute query `SELECT * FROM "https://docs.google.com/spreadsheets/d/1_rN3lm0R_bU3NemO0s9pbFkY5LQPcuy1pscv8ZXPtg8/edit?gid=174770703#gid=174770703"` Where URL is your Google sheet document. -- 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]
