Skip to content

featurebyte.SourceTable

class SourceTable(
*,
tabular_source: TabularSource,
feature_store: FeatureStoreModel,
columns_info: List[ColumnInfo]
)

Description

SourceTable class to preview table.

Parameters

  • tabular_source: TabularSource

  • feature_store: FeatureStoreModel

  • columns_info: List[ColumnInfo]