-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update ids #363
Update ids #363
Conversation
Needs rebasing |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
JavaScript CoverageSummary
Modified Files • (66%)
|
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.
LGTM! Put some comments in mostly just trying to understand the changes made, but everything looks correct.
@@ -8,7 +8,7 @@ | |||
# note: check https://docs.google.com/spreadsheets/d/1Tq28O8qIA6T3AJ5oTHKCcscaNZsY_E4OPOUm6JaiwWA/edit#gid=0 | |||
# to ensure list is complete | |||
# we might switch this to a query or something instead of hard-coding it but this is easier for now | |||
no_roll_up = [101, 550, 1826, 313, 327, 2343] | |||
no_roll_up = [550, 1826, 313, 327, 2343] |
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.
Is this a specific choice that we're now rolling up google into Alphabet?
Use old PARAT ids if available, otherwise use new ones plus an offset to prevent overlap (4000 is larger than any old PARAT id)
Closes #284
Closes #295