little-france-72098
11/08/2021, 10:43 AMFile "/usr/local/lib/python3.10/site-packages/datahub/ingestion/run/pipeline.py", line 141, in run
for wu in self.source.get_workunits():
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/source/kafka.py", line 84, in get_workunits
mce = self._extract_record(t)
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/source/kafka.py", line 115, in _extract_record
fields = schema_util.avro_schema_to_mce_fields(schema.schema_str)
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/extractor/schema_util.py", line 443, in avro_schema_to_mce_fields
return list(
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/extractor/schema_util.py", line 427, in to_mce_fields
yield from converter._to_mce_fields(avro_schema)
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/extractor/schema_util.py", line 408, in _to_mce_fields
yield from self._avro_type_to_mce_converter_map[type(avro_schema)](avro_schema)
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/extractor/schema_util.py", line 393, in _gen_from_non_field_nested_schemas
yield from self._to_mce_fields(sub_schema)
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/extractor/schema_util.py", line 408, in _to_mce_fields
yield from self._avro_type_to_mce_converter_map[type(avro_schema)](avro_schema)
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/extractor/schema_util.py", line 328, in _gen_nested_schema_from_field
yield from self._to_mce_fields(sub_schema)
File "/usr/local/lib/python3.10/site-packages/datahub/ingestion/extractor/schema_util.py", line 408, in _to_mce_fields
yield from self._avro_type_to_mce_converter_map[type(avro_schema)](avro_schema)
KeyError: <class 'avro.schema.UUIDSchema'>
The schemas in question indeed have fields with the logicalType uuid and this case doesn't seem to be handled in schema_util.miniature-tiger-96062
11/08/2021, 6:03 PMbig-carpet-38439
11/08/2021, 6:59 PMlittle-france-72098
11/09/2021, 7:12 AMhelpful-optician-78938
11/09/2021, 7:24 PM