Skip to content

Error message returned from bad collection name is... not reasonable. #181

Open
@gordonwatts

Description

@gordonwatts

Here was the call:

jets = (ds
          .SelectMany(lambda e: e.CaloClusters('CaloClusters'))
          .Select(lambda cluster: cluster.pt() / 1000.0)
          .AsAwkwardArray('ClusterPt')
          .value())

And the error message:

'ServiceX rejected the transformation request: (400){"message": "Failed to submit transform request: Failed to generate translation code: Internal Error: attempted to get C++ representation for AST note \\"Name(id=\'e\', ctx=Load())\\", but failed."}\n')

Error message should have indicated the CaloClusters isn't known.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions