We have to make two API calls during a records insert, one to get the schema metadata so that we can appropriately serialize the command line data, and the second to insert the records. If you use the -d option to dump what is sent/response over the wide, the response for both the GET /v1/fields?tableId={bdis} and POST /v1/recordsAPI calls are appended to the same dump file. They should be separate files.
We have to make two API calls during a records insert, one to get the schema metadata so that we can appropriately serialize the command line data, and the second to insert the records. If you use the
-d
option to dump what is sent/response over the wide, the response for both theGET /v1/fields?tableId={bdis}
andPOST /v1/records
API calls are appended to the same dump file. They should be separate files.