Skip to content

Commit

Permalink
Chore: fix docstring description -> project typo in _Node (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas authored Aug 11, 2024
1 parent 588fa68 commit c68b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlmesh/core/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class _Node(PydanticModel):
Args:
name: The name of the node.
description: The name of the project this node belongs to, used in multi-repo deployments.
project: The name of the project this node belongs to, used in multi-repo deployments.
description: The optional node description.
owner: The owner of the node.
start: The earliest date that the node will be executed for. If this is None,
Expand Down

0 comments on commit c68b40d

Please sign in to comment.