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

improve csv sort indices for unsummarized download #181

Open
3 tasks
jeffzyliu opened this issue Apr 18, 2023 · 0 comments
Open
3 tasks

improve csv sort indices for unsummarized download #181

jeffzyliu opened this issue Apr 18, 2023 · 0 comments

Comments

@jeffzyliu
Copy link
Member

jeffzyliu commented Apr 18, 2023

Description

Unsummarized download orders by globalID instead of year etc.. because we sort on Model.schema.indexes()[0][0]:
image

need to search for Model.schema.indexes()[one with 'year'][0] instead.

EDIT we already have this! getModelIndexes in utils. but it needs unique on the index, so it doesn't work unless we get like a weekNumber on it? but that doesn't make much sense. never mind.

Type of Issue

  • New feature
  • Bug fix
  • Documentation update
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