I’m migrating a project from Prefect 1 to Prefect 2. I’m getting
TypeError: task() got an unexpected keyword argument 'nout'
— is the
nout
concept longer required?
✅ 1
z
Zanie
10/20/2022, 1:29 AM
Yeah since things happen dynamically you can just unpack a tuple returned from a task as-is. We may add this again in the future so you can do so with "submitted" tasks
j
John Ramey
10/20/2022, 2:54 AM
awesome. no complaints here — one less thing to think about 🙂