The Python generator currently crashes whenever a condition contains an expression it doesn't support, such as extract or distinct. We should consider implementing the RosettaExpressionSwitch class to make sure all expressions are implemented, and to make sure we don't miss one in the future.
The Python generator currently crashes whenever a condition contains an expression it doesn't support, such as
extract
ordistinct
. We should consider implementing theRosettaExpressionSwitch
class to make sure all expressions are implemented, and to make sure we don't miss one in the future.