View the status of a bulk data load job or batch.
Run this command using the job ID or batch ID returned from the "<%= config.bin %> data delete bulk" or "<%= config.bin %> data upsert bulk" commands.
-
View the status of a bulk load job:
<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA
-
View the status of a bulk load job and a specific batch:
<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
ID of the job whose status you want to view.
ID of the batch whose status you want to view; you must also specify the job ID.
Unable to find batch %s for job %s.