Set up a Databricks Online Table
You can create an online table from the Catalog Explorer UI, Databricks SDK or Rest API. The steps to use Databricks python SDK are described below. For more details, see the Databricks documentation (AWS|Azure). For information about required permissions, see Permissions (AWS|Azure).
Clean up
When you are finished, delete the FeatureSpec
, feature endpoint, and online table.
The online table can only be deleted from Catalog Explorer, as follows:
- In the left sidebar, click Catalog.
- Navigate to the online table.
- From the kebab menu, select Delete.
Run the following commands to delete the FeatureSpec
and feature endpoint.
Feature Serving example notebook
Feature Serving lets you serve pre-materialized features and run on-demand computation for features.
This notebook illustrates how to:
FeatureSpec
. AFeatureSpec
defines a set of features (prematerialized and on-demand) that are served together.Online Table
from a Delta Table.FeatureSpec
.Requirements
This notebook requires Databricks Runtime for Machine Learning 14.2 or above.