-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a data paste function to Google Sheets #1045
Adding a data paste function to Google Sheets #1045
Conversation
Why are imports failing for modules I haven't touched? |
What version of Python are you running? Hope this would be helpful! |
It runs fine on my machine (Pop!_OS, Python 3.10.14). What I'm confused about is the CI/CD failure at https://github.com/move-coop/parsons/actions/runs/8869754280/job/24350778446?pr=1045 |
I will note that #1044 also failed at the same step and in the same way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for making these changes
Hi all,
Following up on issue #1036 . I tried initially modifying the
append_to_sheet
function, but it became clear that this is simply asking too much for one function, so I made a new methodpaste_data_in_sheet
instead.I don't have access to the Google Sheets sandbox, so for now
test_paste_data_in_sheet
has not been confirmed to work as expected (but I have done some testing with my own spreadsheet).Any advice on how I've designed this/getting this code ready for merging would be much appreciated, thank you!