Hey guys, quick *question*::slightly_smiling_face:...
# questions
r
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
You can use plain console logging instead of rich logging: https://kedro.readthedocs.io/en/stable/logging/logging.html#use-plain-console-logging