Skip to content
New issue

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

[Bug] dbt hangs when packages have empty values #9985

Closed
2 tasks done
emmyoop opened this issue Apr 19, 2024 · 0 comments · Fixed by #9986
Closed
2 tasks done

[Bug] dbt hangs when packages have empty values #9985

emmyoop opened this issue Apr 19, 2024 · 0 comments · Fixed by #9986
Assignees
Labels
bug Something isn't working

Comments

@emmyoop
Copy link
Member

emmyoop commented Apr 19, 2024

Is this a new bug in dbt-core?

  • I believe this is a new bug in dbt-core
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

When a package is defined as

packages:
    - local: ""  

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: ""


run `dbt deps`

### Relevant log output

_No response_

### Environment

```markdown
- OS:
- Python:
- dbt:

Which database adapter are you using with dbt?

No response

Additional Context

No response

@emmyoop emmyoop added bug Something isn't working triage and removed triage labels Apr 19, 2024
@emmyoop emmyoop self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant