Is there a way to add Features descriptions for each of the features in a Feature Store table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 01:34 AM
If not, then I believe that it will be beneficial because the feature tables contain engineered features that its a good idea to document their calc logic for the benefit of other data scientists. Also, even non-engineered features are many times not clear by their name only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2022 04:59 PM
Yes, you can do it via
- the UI
- Go to the Feature Store
- Select the Feature Table
- Select individual feature
- You can edit the description there
- [OPTIONAL] You can also add the tags
I don't think there's a featurestoreClient API to update feature description, it does provide the capability to update the feature table description. Correct me if i am wrong.
API reference:
https://docs.databricks.com/dev-tools/api/python/latest/feature-store/client.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 12:20 AM
Thanks for your detailed answer. Unfortunately i see no way of adding the "description" column to the Feature table's Features view. You would have to select each and every individual feature in order to view all descriptions. Also it would be beneficial to be able to assign a feature type (e.g. categorical, continuous, distinct, ordinal) and to have an API that fetches this info for EDA and DATA engineering processing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 07:17 PM
They have the unoffical restAPI to update/retrieve it.
So official answer is no. They may plan to provide these functionalities in the future release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 03:12 AM
Hi there
Has there perhaps been an update on this functionality? I am also attempting to programmatically update an individual feature's description and tag(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 02:08 AM
I also would like to see support added for feature description get/set methods.

