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

datastore fields names have inconsistent use of '_' vs '-' #162

Open
unreasonableman opened this issue Mar 11, 2022 · 0 comments
Open

datastore fields names have inconsistent use of '_' vs '-' #162

unreasonableman opened this issue Mar 11, 2022 · 0 comments

Comments

@unreasonableman
Copy link
Collaborator

some names are of the form 'field-name' and some use 'field_name'. This is not just a stylistic problem because there are fields like 'agency_id' and 'agency-id' in diifferent entity kinds. These fields processed in common code, which means we need to check for both flavors there.

The main issue besides just changing the code to use consistent naming is to change field names for DB entries, which for some entities is in the millions. We need to find out if there is support for bulk attribute name changes.

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