Hello, anyone know what should I do with this erro...
# prefect-server
r
Hello, anyone know what should I do with this error
Copy code
/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
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