Mypy is reporting incompatible type
for flow
after upgrading to 3.1.6
#16396
Labels
bug
Something isn't working
incompatible type
for flow
after upgrading to 3.1.6
#16396
Bug summary
After upgrading to 3.1.6, mypy is reporting a lot of errors especially around
@flow
that are declared withname
andflow_run_name
The issue is not present in 3.1.5 and it's not present if we remove
name
andflow_run_name
from the@flow
definitionNot sure if this is important but all our
@flow
areasync
There are 2 types of errors
On the flow definition itself
When we are calling the flow as a python function
Here is how the flow definition looks like
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: