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-sugar is a bit stupid to expect .yml files insteat of .yaml #397

Open
bastienboutonnet opened this issue Jan 9, 2022 · 1 comment
Labels
bug Something isn't working triaged: no

Comments

@bastienboutonnet
Copy link
Member

When documenting a model which already had a .yaml file it said that it couldn't find that model because the model was expected in a .yml file. We should bake in some more robustness, and in fact enforce that schema files follow the official best practice of using the .yaml extension instead of .yml.

@bastienboutonnet bastienboutonnet added the bug Something isn't working label Jan 9, 2022
@owenprough-sift
Copy link

My guess it this has something to do with dbt only looking for .yml (per this FAQ in their docs)

Can I use a yaml file extension?
No. At present, dbt will only search for files with a .yml file extension. In a future release of dbt, dbt will also search for files with a .yaml file extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged: no
Projects
None yet
Development

No branches or pull requests

2 participants