Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python generator does not implement all Rosetta expressions #246

Open
SimonCockx opened this issue Aug 8, 2023 · 1 comment · Fixed by Cloudrisk/rosetta-code-generators#45 · May be fixed by #377 or finos/common-domain-model#3318
Labels
language: python Code generation to Python

Comments

@SimonCockx
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment