Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjafari committed Nov 15, 2024
1 parent f9798b7 commit a9d95a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ class ApplicationPackageEntityModel(EntityModelBase):
title="Distribution of the application package created by the Snowflake CLI",
default="internal",
)
manifest: Optional[str] = Field(title="Path to manifest.yml", default="")
manifest: Optional[str] = Field(
title="Unused field. Path to manifest.yml", default=""
)

@field_validator("identifier")
@classmethod
Expand Down

0 comments on commit a9d95a4

Please sign in to comment.