Skip to content

featurebyte.DataSource.type

type: SourceType

Description

Returns the data source type, which indicates how the data is stored and computed. e.g. SourceType.SPARK

Returns

  • SourceType
    Data source type.

Examples

>>> fb.FeatureStore.get("playground").get_data_source().type
'spark'

See Also