https://prefect.io logo
i

itay livni

03/26/2020, 4:05 AM
Hi - How does one address the 9.8 User warning directly without suppressing warnings?
Copy code
UserWarning: DEPRECATED: the result_handler Task option will be deprecated in 0.11.0, and removed in 0.12.0, in favor of the `result` option instead.
  UserWarning,
c

Chris White

03/26/2020, 4:08 AM
Hi @itay livni - you won’t be able to utilize the new results interface for 2 more releases. The deprecation warning was intended to alert people that changes would be coming soon but I think it ended up being more annoying than useful
✔️ 1
3 Views