Skip to content

Commit

Permalink
fix/ParsedNode for seed node dup
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBonddu authored Nov 24, 2024
1 parent ad575ec commit 5c9cdad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/dbt/contracts/graph/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ def _deserialize(cls, dct: Dict[str, int]):
return SingularTestNode.from_dict(dct)
elif resource_type == "operation":
return HookNode.from_dict(dct)
elif resource_type == "seed":
return SeedNode.from_dict(dct)
elif resource_type == "snapshot":
return SnapshotNode.from_dict(dct)
else:
Expand Down

0 comments on commit 5c9cdad

Please sign in to comment.