Resolved! How to extract name of Primary Key Columns of feature store table in Databricks environment ?
Hello,Please suggest how to obtain name of primary key columns in my feature store table in hive metastore.'describe' gives me the name of the columns but not the indexesThanks in advance for your help.Regards,
- 4272 Views
- 3 replies
- 2 kudos
Latest Reply
Hi Vidula,Yes, I solved the query !I used the function getTable of class FeatureStoreClient(). You have all datas you need : primary keys, timestamp_keys, features of feature store table.Regards
- 2 kudos