dbt Labs dbt-Analytics-Engineering Question Answer
You have just executed dbt run on this model:
select * from {{ source("{{ env_var('input') }}", 'table_name') }}
and received this error:
Compilation Error in model my_model
expected token ':', got '}'
line 14
{{ source({{ env_var('input') }}, 'table_name') }}
How can you debug this?

