Open abhishekmahawar opened 8 years ago
Hey, were you able to get the S3 uploads working? im getting similar issues.
https://github.com/coursera/dataduct/blob/master/dataduct/pipeline/schedule.py#L39 just adding a new field here should be able to fix this.
Hi, I have a requirement to schedule a pipeline at a frequency of 30 minutes. Since, dataduct supports only three values of frequency(one time, daily, hourly), I thought of not activating the pipeline but just validating it and then manually update the schedule from AWS console to run every 30 minutes. But looks like validate command is not uploading the required artifacts to s3 and so the actual execution of pipeline fails.