You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the package dbt-common, which is an dependency of dbt-core has updated from 1.5.0 to 1.6.0. This introduced schema changes in mainfest.json which in turn caused this package to break, since it's using a local copy of the V12 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: