Hello, i’m doing experiments trying to customize the metadata model. I’ve followed this guide
https://github.com/datahub-project/datahub/tree/master/metadata-models-custom and basically I succeeded in adding this aspect to an hive dataset and using the script in the example also got this aspect filled and showed in the UI as a tab.
Now, i’m trying to make a step forward, and i’m customizing a dataproduct (the example is on a dataset). I’ve succeeded to change the model and also to insert data on the dataproduct, and also be able to see that in the json payload of that using the cli. I think that what is missing is the UI part for the dataproduct, in fact, i cannot see these data like it happens for dataset. I don’t realize if this is a missing feature, or something is wrong in my model. Any advice here? (Using version 0.11.0)