Is anyone orchestrating meltano Meltano with P Prefect? 🙏
Would absolutely love to hear how this is achieved i.e. containerise the Meltano project and run that as a task in Prefect or run some sort of python wrapper for the CLI.. or other way.
c
christoph
01/17/2023, 7:51 AM
From memory, yes. I think there's at least 1 active community member who does. I can't remember who ... I'm sure they will chime in. Or if somebody else remembers who it is, they'll cc them.
For anyone else, to summarize: @Henning Holgersen uses a
1. Dockerized Meltano project
2. A Prefect Shell Task with the meltano run X Y command, utilizing (1).
And that's already it.