Ken Nguyen
11/10/2021, 4:37 PMmodel = Parameter('model_name')
. I want to announce the user input in Slack via my state handler, but when I do it displays as <Parameter: model_name>
rather than the actual user input. Does anyone have any suggestions on what I can do to display the user input?Kevin Kho
prefect.context.parameters["model_name"]
Ken Nguyen
11/10/2021, 4:41 PMAttributeError: 'Context' object has no attribute 'parameters'
🤔Kevin Kho
Ken Nguyen
11/10/2021, 4:43 PMprefect.context.parameters["model_name"]
directly in the flow, I’ll remove it and try again.Kevin Kho
Ken Nguyen
11/10/2021, 4:52 PMKen Nguyen
11/10/2021, 5:02 PMKevin Kho
case
task to check the value of a taskKen Nguyen
11/10/2021, 5:10 PM