Hi all, I ran into a small issue with orchestratin...
# random
i
Hi all, I ran into a small issue with orchestrating Meltano from Prefect, and wondered if anyone here had dealt with a similar problem. Invoking Meltano using prefect-shell works, but the logs are less than ideal. Meltano logs using its own logging config, then all the output is captured by prefect and logged to stdout. Is there a way to make the meltano logs go directly to the "outer" logging setup, with all metadata intact? I suppose one way would be to invoke meltano as a python function instead of a standalone cli tool, but that seems tricky since it's a click app and those aren't meant to be called as python functions.