Skip to content

Commit

Permalink
fix(vdp): fix update pipeline mask (#236)
Browse files Browse the repository at this point in the history
Because

- field mask needs to be updated

This commit

- update field mask
  • Loading branch information
joremysh authored Oct 22, 2024
1 parent c6d8436 commit 2107a40
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 2107a40

Please sign in to comment.