mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 04:09:46 -04:00
Add count of rows in csv file as a notification count.
This commit is contained in:
@@ -95,6 +95,7 @@ def job_json():
|
||||
'original_file_name': 'thisisatest.csv',
|
||||
'bucket_name': 'service-1-{}-notify'.format(job_id),
|
||||
'file_name': '{}.csv'.format(job_id),
|
||||
'created_at': created_at
|
||||
'created_at': created_at,
|
||||
'notification_count': 1
|
||||
}
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user