modern-monitor-81461
01/04/2022, 7:53 PMdatahub.metadata.schema_classes.*
types together, but instead was returning some kind of JSON:
return {
"type": "map",
"values": vt,
"native_data_type": s,
"key_type": kt,
"key_native_data_type": parts[0],
}
In my implementation, I'm strictly using Python classes like NumberTypeClass
, ArrayTypeClass
and RecordTypeClass
, so now I'm wondering if I started on the wrong foot... Are Hive and Trino good examples to copy? They are both based on SqlAlchemy, so maybe not?