Feature Table
Classes
-
class
databricks.feature_store.entities.feature_table.
FeatureTable
(name, table_id, description, primary_keys, partition_columns, features, creation_timestamp=None, online_stores=[], notebook_producers=[], job_producers=[], table_data_sources=[], path_data_sources=[], custom_data_sources=[], timestamp_keys=[], tags=None) Bases:
databricks.feature_store.entities._feature_store_object._FeatureStoreObject
Value class describing one feature table.
This will typically not be instantiated directly, instead the
FeatureStoreClient.create_table
will createFeatureTable
objects.Get the tags associated with the feature table.
:return a Dictionary of all tags associated with the feature table as key/value pairs