-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-3169] [Bug] .yaml prefix not recognized for packages.yml
#8738
Comments
packages.yml
packages.yml
Thanks for reaching out @andy-clapson ! Totally reasonable to expect that This is covered by #5002, so I'm going to close this as a duplicate. If anyone is interested in tackling this effort, there's some guidance here (that covers all of "profiles.yml", "dbt_project.yml", "selectors.yml", "packages.yml"): #5002 (comment) i.e., the end goal is that all of these would be interchangeable:
|
ah! my searching failed me, but I did try and look for an existing issue - thanks! |
Sure thing @andy-clapson ! Thanks again for opening this issue 🏆 You nudged us to review #5002, and then we updated the issue title (for better searchability) and re-categorized it as a handy feature request. |
Is this a new bug in dbt-core?
Current Behavior
If I create a valid
packages.yaml
in my project directory and rundbt deps
, it fails to find any dependencies. If I change the file extension to be.yml
, things work fine.Expected Behavior
I would expect
.yaml
and.yml
to be interchangeable (and there seems to be an interface to handle both...? Maybe not used in some cases). If not, at least a warning pointing me to the issue.Steps To Reproduce
packages.yaml
filedbt deps
Relevant log output
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: