Get the state of an import/ingest
Poll after POST /datasets/imports until status is ready or failed. An import spends
real time fetching from its source before anything is even staged — fetching is the one
status only an import ever reports; ingesting/ready/failed mean exactly what they do
on GET /datasets/{datasetId}/uploads/{uploadId}, since an import re-enters that same
ingest chain once it has fetched and staged its data.
Get the state of an import/ingest Poll after
POST /datasets/importsuntilstatusisreadyorfailed. An import spends real time fetching from its source before anything is even staged —fetchingis the one status only an import ever reports;ingesting/ready/failedmean exactly what they do onGET /datasets/{datasetId}/uploads/{uploadId}, since an import re-enters that same ingest chain once it has fetched and staged its data.