delson_barros
11/26/2021, 9:53 PMedgar_ramirez_mondragon
11/26/2021, 11:49 PM# Install ntfy
pipx install ntfy
# Use ntfy
ntfy -t "Meltano finished running" done meltano elt my-tap my-targetdelson_barros
11/29/2021, 7:02 PMaaronsteers
11/29/2021, 9:05 PM||) which can be used to run a second shell command only if the first command fails. I'm not sure what the best practice in your case would be.
@edgar_ramirez_mondragon - I really like this idea of using ntfy for this. I hadn't heard of it before but it looks really cool.edgar_ramirez_mondragon
11/29/2021, 9:30 PM|| , $?) since it doesn't provide a simple pass like ntfy done ..., or directly integrated in the python apiaaronsteers
11/29/2021, 9:32 PM