Skip to content

Commit

Permalink
reword title for manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjafari committed Nov 15, 2024
1 parent a9d95a4 commit 2390f66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ class ApplicationPackageEntityModel(EntityModelBase):
default="internal",
)
manifest: Optional[str] = Field(
title="Unused field. Path to manifest.yml", default=""
title="Path to manifest.yml. Unused and deprecated starting with Snowflake CLI 3.2",
default="",
)

@field_validator("identifier")
Expand Down

0 comments on commit 2390f66

Please sign in to comment.