You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
.The text was updated successfully, but these errors were encountered: