Owen

Results 20 comments of Owen

My guess it this has something to do with dbt only looking for `.yml` (per [this FAQ in their docs](https://github.com/dbt-labs/docs.getdbt.com/blob/8e3dc79d1fd65e879cec1476fad6b6b5a13434c4/website/docs/faqs/Project/yaml-file-extension.md)) > Can I use a yaml file extension? > No....

Typo in the first post: this PR addresses #84

Is this PR obsoleted by recently-merged #86?

@Tomme can you mark this issue as closed by #53?

My organization encountered this today and it's a bummer that the workaround is "use a deprecated `dbt_project.yml` configuration option". I'm looking forward to the resolution of this issue.

> but we should know that tokens that appear after the `as` keyword are aliases, and therefore are ordinary names Counter example: `cast( col_a as varchar )`. In this example,...