List of questions
Related questions
Question 85 - DEA-C01 discussion
The Snowpipe API provides REST endpoints for fetching load reports. One of the Endpoint named insertReport helps to retrieves a report of files submitted via insertFiles end point whose contents were recently ingested into a table. A success response (200) contains information about files that have recently been added to the table. Response Looks like below:
A.
{
B.
"pipe": "SNOWTESTDB.SFTESTSCHEMA.SFpipe",
C.
"completeResult": true,
D.
"nextBeginMark": "1_16",
E.
"files": [
F.
{
G.
"path": "data4859992083898.csv",
H.
"stageLocation": "s3://mybucket/",
I.
"fileSize": 89,10. "timeReceived": "2022-01-31T04:47:41.453Z",11. "lastInsertTime": "2022-01-31T04:48:28.575Z",12. "rowsInserted": 1,13. "rowsParsed": 1,14. "errorsSeen": 0,15. "errorLimit": 1,16. "complete": true,17. "status": "????"18. }19. ]20. }Which one is the correct value of status string data in the Response Body?
J.
LOADED
K.
LOADED_SUCCESS
L.
LOAD_SUCCESS
M.
SUCCESS
Your answer:
0 comments
Sorted by
Leave a comment first