Skip to content
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

Feature Request: Add Concurrency Handling to sheet_append() #313

Open
matmu opened this issue Sep 18, 2024 · 0 comments
Open

Feature Request: Add Concurrency Handling to sheet_append() #313

matmu opened this issue Sep 18, 2024 · 0 comments

Comments

@matmu
Copy link

matmu commented Sep 18, 2024

I have observed that the sheet_append() function does not handle concurrent writes correctly, which can result in issues where concurrent writes overwrite each other's rows. The Google Sheets API v4 already offers method spreadsheets.values.append (ref) with parameter insertDataOption="INSERT_ROWS" to manage concurrent writes effectively (also see here). Since this functionality does not appear to be available in the googlesheets4 package, I would like to formally request the addition of this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant