Ingestion SDK
Ingesting data from local
You can upload metadata from your local environment directly using the upload_to_lake
utility.
Ingesting data located in an object store
If the data is in an object store, you can ingest it directly. The call will create a signed URL for the object so the Object Store credentials should be configured on the machine. It will then submit an upload request to Dioptra with the signed URL.
name of the bucket where the ndjson is located
Wait for your upload to finish
The values returned from an upload_*
method is an upload id. To wait for it, you can use the wait_for_upload
method
upload_id
The id of the upload created by a call to upload_to_lake*
Last updated
Was this helpful?