Ingest the provided files from Integrated Data Lake (IDL) to SDI.

POST {{baseUrl}}/dataIngestJobs

Initiate the data ingestion using the provided input files. Following modes of data ingestion are supported,

Bulk ingest: User can specify ingestType=BULK to initiate bulk file ingestion from MindSphere Integrated Data Lake (IDL) to SDI. * In this mode, SDI reads pre-existing files from IDL. * The ingestion is applicable to an existing data registry which is specified with sourceName and dataTag attributes. * The registry must have schema present and the schemaFrozen flag on the registry must be set to true. * The fileType must be CSV or PARQUET. * The ingestPaths is an array of folder paths in the IDL. For bulk ingestion, upto 10 folder paths can be specified.

Request Body

{"sourceName"=>"<string>", "dataTag"=>"<string>", "jobDetails"=>{"fileType"=>"<string>", "ingestPaths"=>["<string>", "<string>"]}, "ingestType"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;eiusmod&quot;,&quot;startedDate&quot;:&quot;amet ea&quot;,&quot;finishedDate&quot;:&quot;minim anim dolor&quot;,&quot;ingestType&quot;:&quot;cupidatat proident et&quot;,&quot;ingestPaths&quot;:[&quot;Excepteur commodo&quot;,&quot;non ex officia ut&quot;],&quot;message&quot;:&quot;et est&quot;,&quot;status&quot;:&quot;ERROR&quot;}