Member since
04-26-2023
8
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2987 | 05-22-2023 03:14 AM |
05-22-2023
03:14 AM
Thank you for your reply, which made me take a closer look at which exceptions were handled unexpectedly and I found that the use of rich.traceback.install() in one of the scripts messed up the return status of the CDSW Job. The issue was solved by removing rich.traceback.install() from the code, which is only cosmetic anyhow
... View more
05-08-2023
12:39 AM
Hi @DianaTorres , any updates on this?
... View more
04-27-2023
12:10 PM
Thank you @DianaTorres . I'm looking forward to hearing back from your team
... View more
04-26-2023
07:42 AM
We have several CDSW jobs set up where we call a python script with a main() function which is called via if __name__ == "__main__": main() Our problem is that these jobs are erronously shown as "Success" even if the python code throws an Exception. How can we set up our CDSW such that these jobs are correctly shown as "Failure"?
... View more
Labels:
- Labels:
-
Cloudera AI Workbench