dbt-sugar
dbt-sugar copied to clipboard
[BUG] dbt-sugar is a bit stupid to expect `.yml` files insteat of `.yaml`
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
.
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.