Basically, it's all in the question. In our workspaces, we have various notebook files and would like to be able to add custom metadata to enable efficient querying of them. For example, adding a property to a notebook to say "category" or "type", then being able to query Unity or Purview (or Graph API?) to find notebooks that a user can access that matches a given category or type. Is it possible to do it, how do we add the properties, and how do we then query them (preferably using the .Net Nuget package)?
Asked
Active
Viewed 33 times
0
-
Is your aim to create a notebook parameter? – DileeprajnarayanThumula Aug 21 '23 at 04:30
-
no. I'd like to be able to search for notebooks matching criteria that I store in the metadata. for example, which notebooks have the "accounting" category as a metadata field value – Arian Kulp Aug 21 '23 at 15:27