Skip to content

Commit

Permalink
Include entity enrollment date in data extract
Browse files Browse the repository at this point in the history
The "enrolled" field was added to request documents recently and we want to include it in the data extract.
  • Loading branch information
dav3r committed Jan 23, 2024
1 parent 1a920ea commit 9568195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws_jobs/cyhy-data-extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def main():
"agency.name": True,
"agency.type": True,
"children": True,
"enrolled": True,
"networks": True,
"period_start": True,
"report_types": True,
Expand Down

0 comments on commit 9568195

Please sign in to comment.