Hi, can we pass meltano.yml while running elt comm...
# troubleshooting
a
Hi, can we pass meltano.yml while running elt command ?
e
Hi @avinash_gupta, what do you mean by "pass"? Like, reference the location of
meltano.yml
?
a
yes, reference location
e
You could reference the location of the entire project with
$MELTANO_PROJECT_ROOT
. For example:
Copy code
$ ls /my-project
meltano.yml

$ MELTANO_PROJECT_ROOT=/my-project meltano run ...
a
Thanks a Lot 🙂👍