-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Assignees
@lucaboulard
Description
Currently, the container_arguments
parameter to the ProcessingStep
constructor does not support placeholders, so that the only way to pass dynamic values to a processing job is to use a lambda to create a file on s3 with the values in it and bring it into the job as a processing input. Unfortunately this is quite inconvenient.
It would be a major improvement if ProcessingStep
's constructor accepted placeholders.
Metadata
Metadata
Assignees
Labels
No labels