Simplify contributor data pipeline by removing Google Sheets automation#626
Draft
rivaquiroga wants to merge 3 commits intomasterfrom
Draft
Simplify contributor data pipeline by removing Google Sheets automation#626rivaquiroga wants to merge 3 commits intomasterfrom
rivaquiroga wants to merge 3 commits intomasterfrom
Conversation
a8bb211 to
c57fae4
Compare
Contributor
✅ Spell Check PassedNo spelling issues found in this PR! 🎉 |
Contributor
|
👍 All image files/references (if any) are in webp format, in line with our policy. |
Contributor
✅ Spell Check PassedNo spelling issues found in this PR! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The previous contributor data generation relied on a Google Apps Script automation running inside a Google Spreadsheet. This approach had several issues:
Changes
tenzing.pyto read directly from the TENZING SHEETS SOURCE sheetconvert_to_csv_url()function to convert Tenzing edit URLs to CSV export formatA copy of the previous Google Sheet (with the automation script) has been preserved for archival purposes in the Google Drive folder "Team Credit & tenzing initiative".
The Google Apps Script automation can now be retired.
Fixes # (issue)
Type of Change
Testing
Checklist
Notes