Hi, we would like to share our Datahub instance wi...
# advice-metadata-modeling
s
Hi, we would like to share our Datahub instance with our customers but without sharing the dbt model definitions and PowerBI dataset definitions. It appears that view access policies for datasets are rather limited, is it possible to hide dataset definitions or even delete them?
r
Great question. We will support entity level access policies as a part of our v 0.13 release, but we do not support hiding specific parts of entities. Hope this helps!
s
We solved this by simply deleting the dataset definition via MetadataChangeProposalWrapper using the SDK API. The dataset definition is found in ViewPropertiesClass, which we were unable to find at first.