Is there an elegant way to cancel a running job vi...
# troubleshooting
n
Is there an elegant way to cancel a running job via the meltano UI? The docs don’t mention anything about it, and so far the only way I’ve figured out to do that is to fully restart the UI itself (but I suspect there’s probably a better way to handle this)
t
I don’t know that there is actually
n
Thanks for confirming @taylor, that’s where I’d landed as well
a
@nick_hamlin and @taylor - I concur in that I don’t think we have this feature yet. Is it correct that (once running, at least) this is managed through the Airflow interface? This thread might be helpful for Airflow-based cancels. python - How to stop/kill Airflow tasks from the UI - Stack Overflow
n
that’s a good idea for an interim workaround @aaronsteers, will take a look!