rohan_ahire
09/19/2022, 8:06 PM# This import statement causes the workflow job to succeed, even though failures are reported. If I comment this line, errors are reported and job fails as well, which is the expected output.
from kedro.framework import session
try:
2/0
except Exception as e:
print(e)
raise