There is no way in Prefect to have keyword arguments to a `@flow`-decorated function that are pickle...
a
There is no way in Prefect to have keyword arguments to a
@flow
-decorated function that are pickle-able but not JSON serializable, right? Everything has to be JSON serializable without exception?