lively-jackal-83760
11/08/2021, 12:10 PMFile "/Users/dseredenko/.conda/envs/dataCatalog/lib/python3.9/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 "/Users/dseredenko/.conda/envs/dataCatalog/lib/python3.9/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 "/Users/dseredenko/.conda/envs/dataCatalog/lib/python3.9/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.TimestampMillisSchema'>
tried to parse field from schema-registry like
{
"name": "event_ts",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
},
"tags": [
"business-timestamp"
]
}
seems like there is no TimestampMillisSchema key in dict AvroToMceSchemaConverter._avro_type_to_mce_converter_mapbig-carpet-38439
11/08/2021, 6:26 PMbig-carpet-38439
11/08/2021, 6:27 PMbig-carpet-38439
11/08/2021, 6:27 PMbig-carpet-38439
11/08/2021, 6:32 PM