Hi guys, I'm working on my first prefect flow and ...
# prefect-server
j
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
I think that is a task that didn’t get the right input
a
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?