We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CircleCI is not able to retrieve a cache environment.
I expected it to retrieve a previous cache.
It says:
No cache is found for key: deps1-BRANCHNAME
The contents of your packages.yml file:
packages.yml
Which database are you using dbt with?
The output of dbt --version:
dbt --version
<output goes here>
The operating system you're using:
The output of python --version:
python --version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
CircleCI is not able to retrieve a cache environment.
Steps to reproduce
Expected results
I expected it to retrieve a previous cache.
Actual results
It says:
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: