https://prefect.io logo
Title
r

Rudy García

04/11/2023, 1:59 PM
Hi guys, I am having this issue where Pylance is detecting problems when defining a flow using the decorator. In concrete, where I use the results of one task into another. As my tasks are also decorated, the signature of one task is incompatible with the output of a preceding task output, anyone having this issue? I am doing something wrong or this behavior is expected? I tried to await for the results so the task output is properly resolved by the IDE but it didn't work. Here a screenshot:
p

Pedro Machado

04/26/2023, 5:01 AM
Did you solve this? I have the same problem.