Open psygnoser opened 3 months ago
Just wanted to say that I also have this problem. I am unable to use this package anymore because of the changes mentioned.
@jochemvandooren The workaround is to lock dbt-common
to version 1.5.0
.
@jochemvandooren The workaround is to lock
dbt-common
to version1.5.0
.
Yes, sorry I managed fix it indeed :+1: . Not the desired solution though!
Recently the package
dbt-common
, which is an dependency ofdbt-core
has updated from1.5.0
to1.6.0
. This introduced schema changes inmainfest.json
which in turn caused this package to break, since it's using a local copy of theV12
schema which has meanwhile updated to include the new schema changes (see here).At first I've actually opened an issue with them (please see here ), but apparently their policy is, that changes to the schemas are allowed to happen in between versions, which means your package might fail at any time (when any
dbt-core
dependancies update etc), even if no new artifact schema version was released.