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

Update GraphQL queries to use aliases #3737

Open
jcrichlake opened this issue Jan 31, 2025 · 0 comments
Open

Update GraphQL queries to use aliases #3737

jcrichlake opened this issue Jan 31, 2025 · 0 comments

Comments

@jcrichlake
Copy link
Collaborator

Summary

We are currently exporting the graphQL data as is from Github and transforming the column names in our python code to match what the database expects. We should instead use an alias in the GraphQL queries which would allow us to avoid transforms in the python code.

Acceptance criteria

Data columns from GraphQL are retrieved with the proper headings and the column name transformations are no longer needed.

@widal001 widal001 transferred this issue from HHS/grants-product-and-delivery Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant