Eric Mills
10/24/2025, 3:31 PMvisch
10/24/2025, 4:32 PMEric Mills
10/24/2025, 4:53 PMEllis Valentiner
10/24/2025, 5:39 PMEllis Valentiner
10/24/2025, 5:40 PMfrom meltano.cli.cli import cli; cli(["--version"])Edgar Ramírez (Arch.dev)
10/24/2025, 5:55 PMI have tried to load the packages dynamically, but all the tap python modules have a lot of different structures.They also have different dependencies, so that approach is essentially fraught.
Bruno Arnabar
10/30/2025, 2:08 PMEllis Valentiner
10/30/2025, 2:19 PMmeltano.yml file is large (because it has numerous taps and targets) although we're thinking of splitting it into multiple files and assembling it programmatically. I think Meltano only conceives of a very basic project so most complexity is better handled by outside processes.Bruno Arnabar
10/30/2025, 2:25 PMsplitting it into multiple files and assembling it programmatically
Ellis Valentiner
10/30/2025, 2:32 PMyq or just use Python in our CIvisch
10/30/2025, 5:27 PMfrom meltano.cli.cli import cli; cli(["--version"])visch
10/31/2025, 5:27 PMfrom meltano.cli.cli import cli; cli(["--version"]) doesn't have many downsides I think we could poke @Edgar Ramírez (Arch.dev) and he'd approve a stable interface to that in meltanoEdgar Ramírez (Arch.dev)
10/31/2025, 6:13 PMfrom meltano.cli.cli import cli; cli(["--version"]) stable 👍