嗨@karthick J,
請嚐試以下代碼:
# WorkflowException工作流拋出錯誤。
defrun_with_retry(筆記本、超時參數= {},max_retries = 3):
num_retries = 0
而真正的:
試一試:
返回dbutils.notebook.run(筆記本,超時,args)
除了異常作為艾凡:
如果num_retries > max_retries:
提高e
其他的:
打印(“錯誤重試”,e)
num_retries + = 1
run_with_retry (“LOCATION_OF_CALLEE_NOTEBOOK”, 60, max_retries = 5)
更多信息請查看文檔https://docs.www.eheci.com/notebooks/notebook-workflows.html處理錯誤