When running an Extract/Load pipeline with Meltano, what's the best way (or ways) to kill a running job?
Generally these would be run via Airflow but would be nice to have a process that worked also with bare meltano elt
and/or meltano run
invocations from orphaned terminal sessions, which might not be able to be canceled simply by hitting Ctrl+C
.