bug fix: etl & logger

pull/1/head
Steve Nyemba 11 months ago
parent 93537095a4
commit a022bdf92f

@ -285,7 +285,7 @@ class IETL(BaseIO) :
writer.write(_data,schema=_schema)
except Exception as e:
except Exception as e:
_action = 'post-error'
_input['error'] = str(e)
print ([e])

Loading…
Cancel
Save