Slackbot
10/10/2022, 2:48 PMEduardo
ploomber task {task-name}
, once you see the same error. see if the upstream products existFeras Salim
10/10/2022, 5:13 PMbut have different names.
what would be the reason for that. I see the files in the S3 bucket so the previous task successfully wrote them. IT does run fine. The 3 parallel child tasks all error with the same message that they cant find the deps. Also they dont mention a specific file but the task as a whole dependencies are missing: ['data'].
- source: scripts/data.py
name: data
product:
Eduardo
{{now}}
placeholder is evaluated when the task starts execution. so it'll get a different value per task. this is an error we have to fix in soopervisor. I think it should evaluate when running soopervisor export
, store the value so that all tasks return the same valueEduardo