https://prefect.io logo
Title
r

Rizky Eko Putra

09/14/2020, 9:11 AM
Hello, anyone know what should I do with this error
/usr/local/lib/python3.7/site-packages/prefect/core/flow.py:1594: UserWarning: No result handler was specified on your Flow. Cloud features such as input caching and resuming task runs from failure may not work properly.
  no_url=no_url,
n

nicholas

09/14/2020, 1:14 PM
Hi @Rizky Eko Putra - that's just a warning that, as it states, lets you know that you're not specifying a result handler for your flow. When that's the case, Prefect doesn't always have a clear way to pick up flow runs from arbitrary middle-of-the-run points, which can be unexpected. You can read more about results here: https://docs.prefect.io/core/concepts/results.html#result-objects