Does anyone know if it’s possible for datahub to i...
# ingestion
r
Does anyone know if it’s possible for datahub to include Avro schema metadata (tags) as a datahub tag on the kafka topic resource? For example, taking the schema in the thread, and using the
team
tag in metadata as a tag on the Kafka topic
1
📖 1
🔍 1
Copy code
{
  "type": "record",
  "name": "Test",
  "namespace": "com.foo.test",
  "fields": [
    {
      "name": "fieldA",
      "type": "string",
      "doc": "Test message"
    }
  ],
  "metadata": {
    "tags": {
      "team": "my-awesome-team"
    }
  }
}
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: ✅ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? ✅ button ✅ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? ✅ button Did you find a solution to your issue? ❌ Sorry you weren't able to find a solution. I'm sending you some tips on info you can provide to help the community troubleshoot. Whenever you feel your issue is solved, please react ✅ to your original message to let us know!
r
As far as I can tell, I’d have to write a custom job to do this, but if anyone can save me time with a config I might’ve overlooked, that’d be awesome!
m
@rapid-spoon-75609 you have to write custom transformer