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
Study creator delegates the auditing of files that a user uploads directly to an S3 bucket. It then pulls the results of the audit from Dewrangle so that Data Tracker may populate the S3 accounting dashboard.
The first step of this is for Study Creator API to push file upload manifests to Dewrangle. This involves parsing the rows in the manifest into FileUploadInvoice objects and sending them in the fileUploadInvoiceCreate GraphQL mutation. This process needs to happen:
When a user submits a file to Data Tracker which conforms to the File Upload Manifest schema
If any files in the above step fail the push to dewrangle, they should be marked as failed and then picked up by a daily job that can retry
The text was updated successfully, but these errors were encountered:
Part of #786
Study creator delegates the auditing of files that a user uploads directly to an S3 bucket. It then pulls the results of the audit from Dewrangle so that Data Tracker may populate the S3 accounting dashboard.
The first step of this is for Study Creator API to push file upload manifests to Dewrangle. This involves parsing the rows in the manifest into FileUploadInvoice objects and sending them in the
fileUploadInvoiceCreate
GraphQL mutation. This process needs to happen:The text was updated successfully, but these errors were encountered: