Skip to content

Commit

Permalink
fix(vdp): fix update pipeline mask
Browse files Browse the repository at this point in the history
  • Loading branch information
joremysh committed Oct 22, 2024
1 parent c6d8436 commit fc9a978
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions instill/clients/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,9 @@ def update_pipeline(
update_mask = field_mask_pb2.FieldMask()
update_mask.paths.extend(
[
"description",
"recipe",
"readme",
"tags",
"source_url",
"documentation_url",
"license",
"raw_recipe",
]
)

Expand Down

0 comments on commit fc9a978

Please sign in to comment.