https://kedro.org/ logo
#questions
Title
# questions
r

Rafael Gildin

01/05/2023, 5:52 PM
Hey guys, quick question:🙂 Is there anyway to change the traceback from kedro 0.18.4., in such a way that helps the debug process*?* Problem: In the situation of accessing a non existing column from a pandas dataframe, kedro 0.17.7 shows me the correct error df[''d'] and brings the key error, but 0.18.4 brings the same key error, without saying where it was. These pictures illustrates it:
m

Merel

01/06/2023, 10:37 AM
You can use plain console logging instead of rich logging: https://kedro.readthedocs.io/en/stable/logging/logging.html#use-plain-console-logging
3 Views