Perhaps someone has an example of meltano.yml wher...
# getting-started
a
Perhaps someone has an example of meltano.yml where there is a tap from a private repository? Could you please show as I did everything as indicated in the documentation, but I get an error
e
I don’t think that’s the right format for the pip url:
Copy code
git+https://${GITLAB_TOKEN_USER}:${GITLAB_TOKEN}@gitlab.com/user/project.git@{version}
a
message has been deleted
still do not work for me
e
try removing the
@…
from the username
a
Copy code
GITLAB_TOKEN_USER
is it gitlab email? and GITLAB_TOKEN is pwd?
e
is it gitlab email?
no, it should be the gitlab user
a
it`s worked for me
thanks a lot
e
awesome!
a
Strange, why ssh do not work(
Do you have any ideas, why it again not work if i put credentials to .env?
message has been deleted
e
Env vars are not expanded in
pip_url
. They will in the next release, though. Thanks to @Will Da Silva (Arch) 🙂 https://github.com/meltano/meltano/pull/7030
a
hmm, how did you use those variables? (in examle that you give me above)
I have make smth like this, and still get error
I see that it shows that I can use variables in pip_url https://docs.meltano.com/guide/configuration#environment-variable-expansion
message has been deleted
this also do not work
w
The latest release of Meltano (v2.10.0) does not support env vars in
pip_url
. That'll only be available in our next release. Our docs are built off of the
main
branch of our GitHub, which has unreleased changes.
Sorry for any confusion this has caused. We have an issue open to version our doc site, which would prevent issues like this in the future: https://github.com/meltano/meltano/issues/5952 @taylor @amanda.folson
a
Ahh, that's it. Understood you. Thank you. I thought it meant that only variables from .env are not supported