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=None, notebook_producers=None, job_producers=None, table_data_sources=None, path_data_sources=None, custom_data_sources=None, timestamp_keys=None, tags=None)

Value class describing one feature table.

This will typically not be instantiated directly, instead the FeatureStoreClient.create_table will create FeatureTable objects.