cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GabrieleMuciacc
by New Contributor III
  • 8889 Views
  • 10 replies
  • 12 kudos

Resolved! Delete feature tables through the Python API

The documentation explains how to delete feature tables through the UI. Is it possible to do the same using the Python FeatureStoreClient? I cannot find anything in the docs: https://docs.databricks.com/_static/documents/feature-store-python-api-refe...

  • 8889 Views
  • 10 replies
  • 12 kudos
Latest Reply
User16788316720
New Contributor III
  • 12 kudos

from databricks import feature_store fs = feature_store.FeatureStoreClient() fs.drop_table(FEATURE_TABLE_NAME)As of Databricks Runtime 10.5 for ML. Docs

  • 12 kudos
9 More Replies
Labels