Hi Team, I am trying to ingest tags field for a da...
# ingestion
b
Hi Team, I am trying to ingest tags field for a dataset. The tags are not reflecting in the frontend after the ingestion. Am I missing something here ? ("com.linkedin.pegasus2avro.dataset.DatasetProperties", {"description":"Test table for Kafka","tags":["Label1","Label2"]})
m
How are you performing this ingestion?
b
Using docker, the table description is reflected in the frontend. Where will the tags be shown ?
m
@breezy-forest-52817 to answer the frontend question
b
I just added the DatasetProperties record in the given bootstrap_mce.dat file for SampleKafkaDataset entity
m
So it seems like the data is being ingested since the description showed up; you can test this by changing the description again and verifying it changed
I'm not sure if we display tags in the UI, so assuming it is just an issue with the tag I'll let Charlie handle it from here 🙂
b
I did verify again by changing the description and it is working. It would be great to have tags in the UI. Waiting for Charlie's answer...
r
Hey Manjeri, we currently don't have any support for reading DatasetProperties in the UI but it's on our roadmap to implement, tracked here: https://github.com/linkedin/datahub/issues/1730
b
Thanks Charlie for the response
r
Currently figuring out how to track and prioritize feature requests, which is blocked by our current efforts to streamline a better frontend UI to the open source
👍 2
(the frontend is currently 6+ months old haha)