Skip to content

Commit 2107a40

Browse files
authored
fix(vdp): fix update pipeline mask (#236)
Because - field mask needs to be updated This commit - update field mask
1 parent c6d8436 commit 2107a40

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

instill/clients/pipeline.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,9 @@ def update_pipeline(
335335
update_mask = field_mask_pb2.FieldMask()
336336
update_mask.paths.extend(
337337
[
338+
"description",
338339
"recipe",
339-
"readme",
340-
"tags",
341-
"source_url",
342-
"documentation_url",
343-
"license",
340+
"raw_recipe",
344341
]
345342
)
346343

0 commit comments

Comments
 (0)