I don’t think line 38 comes from output. If the machine says “syntax error near line 39” and shows the text that it is currently processing, then “Config indicated…” is within the text proper.
Hello @MattP
As @dtonhofer has mentioned, that line is a comment and should have a # sign in the beginning. The correct code in the dbt_project.yml file looks like this:
models:
classicmodels_modeling:
# Config indicated by + and applies to all files under models/example/
star_schema: ...
Hello @MattP
What do you have in your dates.sql file? It seems like you have some wrong syntax in it. According to the instructions, this file must have a single line of code:
I’ve sorted the issue. I deleted my dates.sql file and redid it. Seemed to work. Still not sure why it wasn’t working in the last round, but works now. Thanks guys for your help (it’s much appreciated).