`File "/usr/local/lib/python3.8/dist-packages/avro...
# ui
c
File "/usr/local/lib/python3.8/dist-packages/avrogen/avrojson.py", line 304, in _union_from_json
raise schema.AvroException('Datum union type not in schema: %s', value_type)
avro.schema.AvroException: ('Datum union type not in schema: %s', 'com.linkedin.common.Status')
b
just throwing out an idea does using "com.linkedin.pegasus2avro.common.Status" instead of "com.linkedin.common.Status" help? if so, i'm sorry for the lousy example i gave previously.
2