[CT-1759] dbt parse
should (over)write manifest.json
by default
#6534
Labels
dbt parse
should (over)write manifest.json
by default
#6534
That's it, that's the issue.
dbt-core/core/dbt/task/parse.py
Lines 97 to 99 in d43c070
I find it mildly annoying that I can't use just
dbt parse
, when all I want to do is updatemanifest.json
with the latest project contents, often for manual inspection / debugging.We can make this opt-out (with a
--no-write-manifest
argument), instead of opt-in (with a--write-manifest
flag as it is today).The text was updated successfully, but these errors were encountered: