Hello!
I am reading about Extending the Metadata Model
https://datahubproject.io/docs/metadata-modeling/extending-the-metadata-model and wondering about the following. I need an editable Aspect (something like the Schema tab) where I can visualize a table with say two columns. One column should not be editable and the other editable. In that table, there will be fixed number of predefined rows with values in the first column and the user should fill in some values in the second column which is editable. Similarly in the Schema tab the first column contains of uneditbale field names and types and the rest are user editable. Is this possible to achieve and how? Thank you!