Is there a way to see, in the UI, what executor a ...
# ask-community
t
Is there a way to see, in the UI, what executor a flow executed with? I changed the executor in one of my flows from Local to Dask but I can't tell if it's actually working.
k
If you use debug level logs, it shows up in the logs.
👍 1
t
That works; thank you!
k
No problem!