Hi, I’m very new to Meltano, but really like it as...
# getting-started
t
Hi, I’m very new to Meltano, but really like it as a CLI tool so far! Is there a standard / possible way to incorporate it as a library dependency in your own Python project? Or have I missed that piece in the docs?
d
Hi @turar_s! That's not currently possible, but tracked in https://gitlab.com/meltano/meltano/-/issues/2459. For the moment, you'll want to just shell out to
meltano elt
, and provide configuration using env vars
t
Got it, thanks Douwe!