-
Notifications
You must be signed in to change notification settings - Fork 187
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
endYear column missing in database export #2593
Comments
Is this issue still relevant? According to this and unless I'm missing something, I believe all columns that you mentioned should be included on the export. |
It is not included in the .tsv export at least. The Competitions export does not have endYear. The only problem this causes is for Welcome to 2019 to the best of my knowledge. The TSV export contains: |
I believe this issue is referring to our "public database export", not our "developer's database export" (see https://github.com/thewca/worldcubeassociation.org/wiki/Developer-database-export for more information about why they both exist). Here's the relevant code for the public database export:
|
Yep, I got it wrong. So, it seems we have two options here:
As we should release a new version of the WA soon (see this) and option 2 seems too extreme anyway, I think we should go ahead with 1 and fix this now. |
Reading "option 2 seems too extreme anyway" in 2021 really makes me smile :D |
Whoops, didn't mean to close this. Sorry! It can be implemented now, because there are no more parts in the WCA toolchain that rely on column order of the public export |
as the title says, the 'endYear' column from the Competitions table is not included in the database export. More generally, it might also be a good idea to also include the internal 'start_date' and 'end_date' columns when already fixing this.
The text was updated successfully, but these errors were encountered: