From fc9a978050ca7bf35451ecd3188dbaae1e7e1b3b Mon Sep 17 00:00:00 2001 From: Jeremy Shih Date: Tue, 22 Oct 2024 15:25:47 +0800 Subject: [PATCH] fix(vdp): fix update pipeline mask --- instill/clients/pipeline.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/instill/clients/pipeline.py b/instill/clients/pipeline.py index 1254b12..baf2175 100644 --- a/instill/clients/pipeline.py +++ b/instill/clients/pipeline.py @@ -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", ] )