When I submit a task creation with parameters they are being submitted/running correctly, but the Prefect Cloud UI is showing everything as empty lists for Task inputs. Am I understanding Task Inputs incorrectly, or should Function Parameters show in it?
Thanks!
✅ 1
n
Nate
04/22/2024, 8:11 PM
hey @Jack P!
this is a common point of confusion. "task inputs" here are references to upstream task outputs that this task might
wait_for
👀 1
Nate
04/22/2024, 8:11 PM
the API doesn't actually store literal values of task parameters, except when they're integers or bools
> Task parameter values are not stored by Prefect in the database.
j
Jack P
04/22/2024, 8:16 PM
ahh I was thinking it was something along those lines, thanks for insight, Nate catjam !
👍 1
s
Samuel ROZE
04/28/2024, 11:32 AM
I just had the same confusion, worth clarifying in the cloud product directly 👀