Replies: 1 comment
-
|
Confirming that I saw that in my practical business case and also in the minimal example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion was created from a Slack thread conversation.
Original Thread: https://prefect-community.slack.com/archives/C079VLLH5D3/p1761832347164709
Summary
In Prefect Cloud with Prefect 3.4.25, the Deployment > Parameters tab displays "Unset" when a deployment parameter is explicitly set to a falsy value (e.g., False), even though the parameter is stored correctly and used for runs.
Environment
Reproduction
Minimal example:
Steps:
flagprefect deployment inspect "my_flow/repro"→ showsparameters={"flag": false}flag=False(correct)Expected behavior
False) when a falsy value is explicitly set.Actual behavior
parametersdict and being applied at runtime.Additional observations
Workarounds
prefect deployment inspectand the pre-filled values in the Run drawerRequest
Thanks!
This discussion was automatically created by the Marvin bot to preserve valuable community insights.
Beta Was this translation helpful? Give feedback.
All reactions