Hi Guys !
Sorry for stupid question, but is there any way of communication with meltano from other python code
I am using celery to exec meltano elt command
and i really need to get some response from it, like status/errors/processed data/etc
I know i can parse stdout/stderr/exit-code but that doesn’t looks very reliable to me
maybe there is some magical util that i’m missing ?
Thanks in advance !