Skip to content

Commit 7cb09c2

Browse files
committed
rename mlflow logged param timestamp -> job_created
1 parent b4f4986 commit 7cb09c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_scheduler/executors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def log_to_mlflow(self, job, nb):
203203
new_output_path = os.path.join(directory, file_name_final)
204204
shutil.copy(output_path, new_output_path)
205205
timestamp = "-".join(file_name_parts[-7:]).split(".")[0]
206-
mlflow.log_param("timestamp", timestamp)
206+
mlflow.log_param("job_created", timestamp)
207207
mlflow.log_artifact(new_output_path, "")
208208
os.remove(new_output_path)
209209

0 commit comments

Comments
 (0)