The problem I’m having
We added the parent projects to the packages.yml file to include them as dependencies.
However, when running dbt deps, we encountered an error during the installation process.
The context of why I’m trying to do this
in the packeges.yml
- git:“https://{{ env_var(‘dbt_BITBUCKET_USERNAME’) }}:{{ env_var(‘dbt_BITBUCKET_PASSWORD’) }}@bitbucket.orgbitbucket.org/…org_name/…project_name.git”
revision: “master”
What I’ve already tried
we tried to add to this url Environment Variables: dbt_BITBUCKET_USERNAME and dbt_BITBUCKET_PASSWORD but geting : remote: You may not have access to this repository or it no longer exists in this workspace. If you think this repository exists and you have access, make sure you are authenticated.
Some example code or error messages
remote: You may not have access to this repository or it no longer exists in this workspace. If you think this repository exists and you have access, make sure you are authenticated.