Rehan Rajput

Results 6 comments of Rehan Rajput

I built-up a bit on top of @Abrosimov-a-a 's decorator concept and came up with this. ```python import prefect from prefect import Flow ## DECORATOR def flow(*flow_args, **flow_kwargs): """Flow and...

Is there any information on when this fix would be available? (When 0.992 is released?)

I can't (yet) come up with an example of how to reproduce the error but I was able to solve it. In our example, we were using delayed API. The...