Hi Guys, Is it possible to ingest descriptions fr...
# troubleshoot
s
Hi Guys, Is it possible to ingest descriptions from avro schema (schema registry) into datahub directly without any manual intervention? If so, how can this be done please?
b
@helpful-optician-78938 @gray-shoe-75895 Do you know if we have support for this in our Kafka connector?
h
Hi @stale-printer-44316, the descriptions from the AVRO schema (the
doc
field) should already be picked up as the description for the schema. Eg:
Copy code
{
  "type": "record",
  "name": "Example",
  "doc": "This is an example.",
  "fields": [
 ....
}
If you are referring to something else, please provide more details with an example.
s
Thanks @helpful-optician-78938. Is it ok if I arrange a call today to explain the problem? I thought it may be easier to show it on screen. Please let me know.
h
Little busy this week with work. Could you share any screen shots if possible?