You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updates to the Prefect cloud UI, parameters defined for deployments are no longer displaying in the deployment UI as they used to and the only way to access deployment parameters is via the JSON option.
The UI only displays two parameters: args and kwargs. There were never defined.
The example below shows the deployment UI before and after pressing the JSON toggle.
The UI is only showing 2 parameters while the JSON representation is showing many more parameters.
Hey @adamivansky! Can't quite reproduce on my end. I'm in cloud with a fresh deployment with a pretty complex function signature but still using the cloud UI representing the params correctly.
Can you help me find a good reproducible example so I can figure out what you're experiencing?
I am experiencing the same issue. The version I am using is prefect==2.19.9, and the self-hosted server is using the prefect-server-2024.10.15184517 image. The issue occurs when I import certain libraries that conflict with Prefect. For example: import pandas as pd
Bug summary
After updates to the Prefect cloud UI, parameters defined for deployments are no longer displaying in the deployment UI as they used to and the only way to access deployment parameters is via the JSON option.
The UI only displays two parameters: args and kwargs. There were never defined.
The example below shows the deployment UI before and after pressing the JSON toggle.
The UI is only showing 2 parameters while the JSON representation is showing many more parameters.
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: