Antti Rasinen
10/09/2023, 9:28 AMtask_run_name
and flow_run_name
documentation. The docs say
task_run_name: An optional name to distinguish runs of this task; this name can be provided as a string template with the task’s keyword arguments as variables, or a function that returns a string.But in testing, I can see positional parameters work just as well. I’d want to use positional arguments, because the keyword args connote optionality… and the values I’m passing in are not optional. Can I just YOLO this and assume positional arguments will also work in the future?
Nate
10/09/2023, 1:33 PMAntti Rasinen
10/09/2023, 1:38 PMAntti Rasinen
10/09/2023, 1:39 PM