File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ def delete_model_run_data_rows(self, data_row_ids: List[str]):
199199 def assign_data_rows_to_split (self ,
200200 data_row_ids : List [str ],
201201 split : Union [DataSplit , str ],
202- timeout_seconds = 60 ):
202+ timeout_seconds = 120 ):
203203
204204 split_value = split .value if isinstance (split , DataSplit ) else split
205205
@@ -212,7 +212,7 @@ def assign_data_rows_to_split(self,
212212
213213 if split_value not in valid_splits :
214214 raise ValueError (
215- f"split must be one of : `{ valid_splits } `. Found : `{ split } `" )
215+ f"` split` must be one of : `{ valid_splits } `. Found : `{ split } `" )
216216
217217 task_id = self .client .execute (
218218 """mutation assignDataSplitPyApi($modelRunId: ID!, $data: CreateAssignDataRowsToDataSplitTaskInput!){
You can’t perform that action at this time.
0 commit comments