I am trying to trace a python glue job. The glue job is called from a step function. Step Function is natively integrated with xray, and I am able to see the trace of the step function. The trace contains the call to Glue, but the segment is not very detailed, so I want to augment the segment with some metadata/annotations. When I try to create a custom segment in the python glue job, I don't see the xray trace of the step function being modified at all.
Is xray tracing supported in glue?