โ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.
โ12-11-2022 04:59 PM
Yes, you can do it via
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
โ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.
โ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.
โ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).
โ05-13-2024 02:08 AM
I also would like to see support added for feature description get/set methods.
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now