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-reference-0-3-7.pdf
Use case: we use ephemeral dev environments for development and we have automated deletion of resources when the environment is torn down. Now we are considering using the feature store, but we don't know how to automate deletion.
The answer above is correct, but note that the
drop_table()
function is experimental according to databricks documentation for the Feature Store Client API so it could be removed at any time. Besides thatfs
is also in reference to: