coursera / dataduct

DataPipeline for humans.
Other
252 stars 83 forks source link

Support additional Preconditions such as ShellCommandPrecondition #232

Open kpx-dev opened 8 years ago

kpx-dev commented 8 years ago

http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-object-preconditions.html

I looked through the code, looks like only 2 preconditions are supported: S3KeyExists, S3PrefixNotEmpty

I'm looking for ShellCommandPrecondition support specifically.

Thanks!