chrthomsen / pygrametl

Official repository for pygrametl - ETL programming in Python
http://pygrametl.org
BSD 2-Clause "Simplified" License
289 stars 41 forks source link

Raise an error if a rowexpander does not return #53

Closed skejserjensen closed 1 year ago

skejserjensen commented 1 year ago

This PR adds an explicit raise ValueError if a rowexpander does not return a dict with the name of the rowexpander that failed to simplify debugging.