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
When a package is defined as
packages: - local: ""
Running dbt deps results in dbt hanging.
dbt deps
Get an error that the value is am empty string
Define a packages.yml in a dbt project as
run `dbt deps` ### Relevant log output _No response_ ### Environment ```markdown - OS: - Python: - dbt:
No response
The text was updated successfully, but these errors were encountered:
emmyoop
Successfully merging a pull request may close this issue.
Is this a new bug in dbt-core?
Current Behavior
When a package is defined as
Running
dbt deps
results in dbt hanging.Expected Behavior
Get an error that the value is am empty string
Steps To Reproduce
Define a packages.yml in a dbt project as
packages:
- local: ""
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: