Skip to content

Commit

Permalink
Bumping manifest version to v6 (#5430)
Browse files Browse the repository at this point in the history
* Bumping manifest version to v6

* Adding manifest file for tests

* Reverting unneeded changes

* Updating v6

* Updating test to add metrics field

* Adding changelog
  • Loading branch information
leahwicz authored Jul 5, 2022
1 parent b8a7f99 commit e235ab7
Show file tree
Hide file tree
Showing 5 changed files with 6,234 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Under the Hood-20220705-142120.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Under the Hood
body: Bump manifest version to v6
time: 2022-07-05T14:21:20.66768-04:00
custom:
Author: leahwicz
Issue: "5417"
PR: "5430"
2 changes: 1 addition & 1 deletion core/dbt/contracts/graph/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ def __init__(self, macros):


@dataclass
@schema_version("manifest", 5)
@schema_version("manifest", 6)
class WritableManifest(ArtifactMixin):
nodes: Mapping[UniqueID, ManifestNode] = field(
metadata=dict(description=("The nodes defined in the dbt project and its dependencies"))
Expand Down
Loading

0 comments on commit e235ab7

Please sign in to comment.