Description
Is your feature request related to a problem?
I often read/write data to google sheets in my duckdb workflows. There is a duckdb community extension that support this. IDK what our stance is on community extensions: do we only want to include methods on the duckdb Backend class for official extensions?
If you think this is a good addition, I can submit a PR :)
What is the motivation behind your request?
making it easier for ibis users to read/write google sheets.
Describe the solution you'd like
I think it should be pretty similar to the existing read_* functions. The tricky thing would be who should own the google sheet that we use for testing. Probably a simple sheet like this that is public, owned by the ibis org would be great. But probably also not a big deal if some personal account holds it, it wouldn't be that hard to switch later. Let me know what you would want to do here.
What version of ibis are you running?
main
What backend(s) are you using, if any?
duckdb. I doubt this is supported by any other backend.
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Type
Projects
Status
backlog