Amazon Neptune · Arazzo Workflow
Amazon Neptune Bulk Loader Start and Poll
Version 1.0.0
Start a bulk loader job from S3 and poll its status until the load completes.
Provider
Workflows
bulk-loader-start-and-poll
Kick off a bulk load from S3 and poll until the load is complete.
Starts a bulk loader job, then polls its status on a loop until the overall status is LOAD_COMPLETED.
1
startLoad
startLoaderJob
Start a bulk loader job from the supplied S3 source and capture the returned load id.
2
pollLoad
getLoaderJobStatus
Poll the loader job status with detailed feed counts. Repeat while the overall status is LOAD_IN_PROGRESS, and finish once it is LOAD_COMPLETED.