Hi, One last thing I don’t yet understand: In th...
# getting-started
c
Hi, One last thing I don’t yet understand: In the repo I see al lot of mappers: (SchemaMapper.java, DataSetMapper.java) https://github.com/datahub-project/datahub/tree/55357783f330950408e4624b3f1421594c[…]rc/main/java/com/linkedin/datahub/graphql/types/dataset/mappers And also definitions for schema types: (BinaryJsonSchema, ParquetSchema, etc) https://github.com/datahub-project/datahub/tree/55357783f330950408e4624b3f1421594c98e3bc/metadata-models/src/main/pegasus/com/linkedin/schema It looks like there is already out of the box conversion available from various datasources into entities. My question is: do we already have a simple way to map an actual json-schema to SchemaMetaData of DataSet entity? If so, could you provide me a link to an example? - this would really bootstrap out adaptation. (currently I’ve build the jsonschema -> SchemaMetadata mapper myself, but looking at the project I expect there is already something out there)