for transformation, it is possible to have private...
# ask-community-for-troubleshooting
p
for transformation, it is possible to have private repo (so I have to use token/user+pass)?
c
@George Claireaux (Airbyte) do you think maybe we’d be able to easily handle ssh access to private repo for custom dbt?
g
Yeah, we wouldn't need to tunnel so should be relatively straight forward, e.g.
GIT_SSH_COMMAND='ssh -i <path_to_key_file> -o IdentitiesOnly=yes' git clone git@github.com:<private_repo>
where user provides the ssh key in UI and we temp save to
<path_to_key_file>
to run that command