https://prefect.io logo
b

Brian Newman

08/30/2023, 7:07 PM
Hello! I've noticed that the "task inputs" section for a run task is always blank, even though I'm passing arguments to the task. Is this expected? I would like to see the values passed.
n

Nate

08/30/2023, 9:06 PM
hi @Brian Newman if you click on that question mark up on that Task Inputs tab, you'll see this message
Task inputs show parameter keys and can also show task run relationships.
what we're showing there is whether any inputs to the task are tied to upstream task results so it would seem your graph_api_headers are the result from an upstream task, and the azure_* args are not we don't store / expose the actual task run parameter values intentionally - from our security page
Task parameter values are not stored by Prefect in the database.
does that make sense?
if you're comfortable with sending those values to the Prefect API, you can log them out and inspect them in the UI
b

Brian Newman

08/30/2023, 10:14 PM
Yes, that makes sense! Thank you! I will log them!
n

Nate

08/30/2023, 10:15 PM
👍
1