-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error occurs when adding fields with the same name #47
Comments
Great catch — thanks for filing the issue. The language doesn't allow for multiple fields with the same "output" name in a query ( Probably the UI should force you to rename one of them if you try to do this. |
Independent of the fix, we should probably catch errors that result from bad generated queries and handle them more gracefully... |
Splitting unhandled exception out to #54 |
perhaps we could rename things, so this works without the user having to figure things out. |
Using the Baby Names example, first add
gender
, then addcohort.gender
:Composer crashes with the error
Ambiguous output field name
:The text was updated successfully, but these errors were encountered: