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
Get rid of the dependency `dbt-core`.
In order to keep the number of dependencies as low as possible, to keep
python environments small, get rid of the dbt-core dependency and add it
to the dev dependencies. This is possible because `dbt-score` only needs
a `manifest.json` in order to run, although `dbt-score` is able to run
`dbt parse` by itself.
---------
Co-authored-by: Matthieu Caneill <[email protected]>
0 commit comments