Skip to content

Commit

Permalink
Merge pull request #51 from cisagov/improvement/add-enrolled-field-to…
Browse files Browse the repository at this point in the history
…-extract

Include entity enrollment date in data extract
  • Loading branch information
dav3r committed Jan 24, 2024
2 parents 1a920ea + 9568195 commit 2691396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws_jobs/cyhy-data-extract.py
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 2691396

Please sign in to comment.