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. |
shaunagm
left a comment
There was a problem hiding this comment.
Looks great! Thanks for making these changes
Hi all,
Following up on issue #1036 . I tried initially modifying the
append_to_sheetfunction, but it became clear that this is simply asking too much for one function, so I made a new methodpaste_data_in_sheetinstead.I don't have access to the Google Sheets sandbox, so for now
test_paste_data_in_sheethas 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!