You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
widal001
transferred this issue from HHS/grants-product-and-delivery
Jan 31, 2025
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.
The text was updated successfully, but these errors were encountered: