Skip to content

featurebyte.FeatureStore.get_data_source

get_data_source( ) -> DataSource

Description

Gets the data source associated with the feature store.

Returns

  • DataSource
    DataSource object

Examples

Get a data source from a feature store.

>>> data_source = fb.FeatureStore.get("playground").get_data_source()

See Also