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
I am running into issues uploading and validating files in a local copy of data act broker. I would like to know the sequence of APIs I need to execute to submit and validate files. I have tried /v1/submit_files/ followed by /v1/finalize_job/ but I am not if this is right. I don't see any uploaded files, neither the submission errors and warning files.
Background:
Setup the data act broker backend. When I access 127.0.0.1:3333/ I get message broker is running
I tried testing backed APIs using postman
2a. I get session id by using 127.0.0.1:3333//v1/login
2b. Using session id from step 2a, I executed /v1/submit_files and got back the submission_id (4)
Questions:
Am I supposed to run /v1/finalize_job/ after getting the submission_id from /v1/submit_files. If so where do I get the upload_id which is the input required for /v1/finalize_job
The text was updated successfully, but these errors were encountered:
Hello,
I am running into issues uploading and validating files in a local copy of data act broker. I would like to know the sequence of APIs I need to execute to submit and validate files. I have tried /v1/submit_files/ followed by /v1/finalize_job/ but I am not if this is right. I don't see any uploaded files, neither the submission errors and warning files.
Background:
2a. I get session id by using 127.0.0.1:3333//v1/login
2b. Using session id from step 2a, I executed /v1/submit_files and got back the submission_id (4)
Questions:
The text was updated successfully, but these errors were encountered: