You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(note the missing S on the second select, I get an error message on the logs as:
Traceback (most recent call last):
File "/home/servicex/servicex_app/resources/transformation/submit.py", line 198, in post
self.code_gen_service.generate_code_for_selection(request_rec, namespace,
File "/home/servicex/servicex_app/code_gen_adapter.py", line 70, in generate_code_for_selection
raise ValueError(f'Failed to generate translation code: {msg}')
ValueError: Failed to generate translation code: Internal Error: attempted to get C++ representation for AST node "Name(id='j')", but failed.
The text was updated successfully, but these errors were encountered:
Tried this:
(note the missing
S
on the secondselect
, I get an error message on the logs as:The text was updated successfully, but these errors were encountered: