raft-tech / TANF-app

Repo for development of a new TANF Data Reporting System
Other
16 stars 3 forks source link

As OFA tech lead, I need a new permissions group for OFA data analysts #1441

Closed ADPennington closed 6 months ago

ADPennington commented 2 years ago

Description: As captured in #888, we need a permissions group for OFA's data analysts. group name = DIGIT Team.

Acceptance Criteria:

Tasks:

Supporting documentation

Open questions

valcollignon commented 2 years ago

@abottoms-coder and @jtwillis92 to sync on this issue and refine further per backlog refinement 11.16.21

valcollignon commented 2 years ago

@abottoms-coder will sync with @jtwillis92 per backlog refinement 11.30.21

valcollignon commented 2 years ago

@abottoms-coder to refine further at a later time. Maybe belongs in v3 per @ADPennington. Backlog refinement 12.21

ADPennington commented 9 months ago

@jtimpe this ticket has info on how ofa pulls data down from legacy system: https://github.com/raft-tech/TANF-app/issues/1178

also note: the db returns data for most recent data submission (not all versions).

ADPennington commented 9 months ago

Notes about how OFA access data from legacy system:

elipe17 commented 8 months ago

Follow-on ticket created for Kibana related features. #2840

elipe17 commented 8 months ago

Note, CSV export of queries is only supported in AWS ES 7.9. However, Cloud.gov only supports AWS ES 7.4. Thus, we can generate equivalent KQL/Elastic queries, but there will not be an easy way to export them until cloud.gov supports a newer version of the AWS ES service, or we are no longer bound to cloud.gov.

ADPennington commented 8 months ago

Note, CSV export of queries is only supported in AWS ES 7.9. However, Cloud.gov only supports AWS ES 7.4. Thus, we can generate equivalent KQL/Elastic queries, but there will not be an easy way to export them until cloud.gov supports a newer version of the AWS ES service, or we are no longer bound to cloud.gov.

@elipe17 what are the export options with 7.4 ? how would OFA staff retrieve the data to read into our programming tools?

elipe17 commented 8 months ago

Note, CSV export of queries is only supported in AWS ES 7.9. However, Cloud.gov only supports AWS ES 7.4. Thus, we can generate equivalent KQL/Elastic queries, but there will not be an easy way to export them until cloud.gov supports a newer version of the AWS ES service, or we are no longer bound to cloud.gov.

@elipe17 what are the export options with 7.4 ? how would OFA staff retrieve the data to read into our programming tools?

@ADPennington We can accomplish this using cURL. I will provide instructions in an MD along with some example queries that have been converted and are verified to work.