Feature Table
Classes
-
class
databricks.ml_features.entities.feature_table.
FeatureTable
(name, table_id, description, primary_keys, partition_columns, features, creation_timestamp=None, online_stores=None, notebook_producers=None, job_producers=None, table_data_sources=None, path_data_sources=None, custom_data_sources=None, timestamp_keys=None, tags=None) Note
Aliases:
databricks.feature_engineering.entities.feature_table.FeatureTable
,databricks.feature_store.entities.feature_table.FeatureTable
Value class describing one feature table.
This will typically not be instantiated directly, instead the
create_table()
will createFeatureTable
objects.