Hi, thanks for a great product! I’m going through the Prefect First Steps tutorial, and have noticed something funny/wrong about the Task Inputs report for the call_api task run when doing the
Basic Flow With Tasks example in the tutorial. While the call_api task is running correctly and showing interactive output as in the tutorial, if you inspect the Task Inputs with the Orion GUI, instead of the expected true url value as in the Parameters for the Flow Run, you see just an empty array, which clearly is wrong because the url was actually fetched and response returned
{"url":[]}
. Is this a bug? I am running Prefect 2.7.12 locally on Python 3.10.9 on sqlite 3.40.1.