File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ def serialize(self):
135135 'attached_directories_dict' : self .attached_directories_dict ,
136136 'launch_datetime' : self .launch_datetime ,
137137 'label_file_list' : label_file_list ,
138- 'member_list_ids' : self .member_list_ids
138+ 'member_list_ids' : self .member_list_ids ,
139+ 'tag_list' : self .tag_list
139140 }
140141
141142 def new (self ,
@@ -159,6 +160,7 @@ def new(self,
159160 single_copy_directories = [],
160161 members_list_ids = [],
161162 auto_launch = True ,
163+ tag_list = [],
162164 ):
163165 """
164166
@@ -193,6 +195,7 @@ def new(self,
193195 job .label_schema_id = label_schema_id
194196 job .attached_directories = []
195197 job .member_list_ids = members_list_ids
198+ job .tag_list = tag_list
196199
197200 if len (sync_directories ) == 0 and len (single_copy_directories ) == 0 :
198201 raise ValueError (
You can’t perform that action at this time.
0 commit comments