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
taylor
04/08/2021, 8:55 PM
I don’t know that there is actually
n
nick_hamlin
04/08/2021, 9:28 PM
Thanks for confirming @taylor, that’s where I’d landed as well
a
aaronsteers
04/08/2021, 11:17 PM
@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
nick_hamlin
04/08/2021, 11:39 PM
that’s a good idea for an interim workaround @aaronsteers, will take a look!