Prefect server, version 2.14.18. Running on Ubuntu...
# prefect-ui
r
Prefect server, version 2.14.18. Running on Ubuntu 22.04.3 LTS. Is this a known issue? The UI doesn't render the repr of an enum properly. In the console:
Copy code
13:32:52.310 | INFO    | prefect.agent - Completed submission of flow run 'd2ef5b70-753a-45ca-ae4e-a30685ac7c95'
<snip>
13:32:54.236 | INFO    | Flow run 'thankful-dragonfly' - str=Animals.WOOF
13:32:54.236 | INFO    | Flow run 'thankful-dragonfly' - repr=<Animals.WOOF: 'dog'>
13:32:54.237 | INFO    | Flow run 'thankful-dragonfly' - str=Animals.MEOW
13:32:54.238 | INFO    | Flow run 'thankful-dragonfly' - repr=<Animals.MEOW: 'cat'>
13:32:54.759 | INFO    | Flow run 'thankful-dragonfly' - Finished in state Completed()
13:32:55.055 | INFO    | prefect.infrastructure.process - Process 'thankful-dragonfly' exited cleanly.
Nothing out of the ordinary there. But in the UI, the repr is just a blank string (see image).