David Ojeda
05/06/2020, 4:29 PM[2020-05-06 18:24:40] WARNING - py.warnings | /home/david/.virtualenvs/iguazu-env/lib/python3.8/site-packages/prefect/client/client.py:576: U
serWarning: No result handler was specified on your Flow. Cloud features such as input caching and resuming task runs from failure may not wor
k properly.
but the flow constructor docstring says:
- result_handler (ResultHandler, optional, DEPRECATED): the handler to use for
retrieving and storing state results during execution
Should I add a no-op result handler to quiet that warning, or just ignore it?Chris White
05/06/2020, 4:40 PMDavid Ojeda
05/06/2020, 4:57 PM