How to get a programmatically get he non dlt pipeline logs.

prasannag
New Contributor

We are triggering the jobs which notebooks. 

Notebook is consist of python and sql queries. 

We need to read the error messages when it is triggered using an job

 

thanks

prasanna

nayan_wylde
Esteemed Contributor

Use some logging to send the error logs to a delta table or file. Can you please share the code. I wanted to see what you are trying to do.