Would someone be able to share with me an example ...
# troubleshooting
g
Would someone be able to share with me an example of their dbt profile that works with Redshift? I found examples online/in dbt's documentation. However, I keep hitting errors when it comes to using the tap-shopify transform in Meltano. The latest error is:
"Additional properties are not allowed ('config-version' was unexpected)"
However, before that I was receiving:
Env var required but not provided: 'MELTANO_LOAD_SCHEMA'
d
@gunnar “Additional properties are not allowed (‘config-version’ was unexpected)” suggests that your
dbt_project.yml
is made for dbt 0.18+, while you’re actually still using an older dbt. Can you upgrade to
0.19.1
?