You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team - is there a way to enable a detailed python traceback in kedro>=0.19.7?
I'm finding when I use kedro run to run a pipeline, any exception that is raised is caught and the logs only state "An error has occurred:" followed by the exception error message.
In kedro<=0.19.6 the full traceback is logged rather which I find much more useful for debugging - is there a way to get this back in the latest Kedro versions?
Steps to Reproduce
Introduce an error in a working Kedro project; for example, I added a raise Exception("Oops!") in a node.
Description
Stack trace isn't printed on error since 0.19.7
Context
From John Perry on Slack:
Steps to Reproduce
Introduce an error in a working Kedro project; for example, I added a
raise Exception("Oops!")
in a node.Expected Result
In
0.19.6
:Actual Result
Since
0.19.7
:Your Environment
pip show kedro
orkedro -V
):0.19.7
python -V
):3.10.6
The text was updated successfully, but these errors were encountered: