https://prefect.io logo
j

Jamie Miller

01/28/2022, 3:01 PM
Hi guys, I'm working on my first prefect flow and keep running into this error below. I can't seem to find where it is referencing the missing argument, however, since it doesn't give me a specific line number
Copy code
TypeError: missing a required argument: 'target_date'
k

Kevin Kho

01/28/2022, 3:05 PM
I think that is a task that didn’t get the right input
a

Anna Geller

01/28/2022, 3:34 PM
It could be an issue with how you initialize and call tasks built with the imperative API e.g. tasks from the task library. Can you share the flow definition for that?
3 Views