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

Add error handling for writing out to Google Sheets #14

Open
gilliganondata opened this issue Dec 27, 2021 · 1 comment
Open

Add error handling for writing out to Google Sheets #14

gilliganondata opened this issue Dec 27, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@gilliganondata
Copy link
Contributor

There seems to sometimes be issues with Google Sheets.

In those cases, ideally, there would be a graceful fail whereby the HTML file would still get generated and the underlying data would all get written out to an .rda file (or something) so that a separate script could read in that file and just write it out to Google Sheets.

There is the ability to switch a flag (use_local_files: change from FALSE to TRUE) to populate the Google Sheet using locally stored data rather than re-querying. This is a partial fix--just speeds up subsequent runs if the only issue was that the hang-up happened on writing to Google Sheets.

@gilliganondata gilliganondata added the enhancement New feature or request label Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@gilliganondata and others