class documentation

Undocumented

Class Method multi_source_features_for Undocumented
Method job_group_key A key defining which sources can be grouped together in one request.
Async Method to_lazy_polars Undocumented
Class Variable job Undocumented

Inherited from BatchDataSource:

Method __hash__ Undocumented
Method all Undocumented
Method all_between_dates Undocumented
Method all_columns Undocumented
Method all_data Undocumented
Method depends_on Undocumented
Async Method feature_view_code Setup the code needed to represent the data source as a feature view
Method features_for Undocumented
Method filter Undocumented
Async Method freshness .table("my_table") .freshness()
Method location_id Undocumented
Method needed_configs Undocumented
Async Method schema Returns the schema for the data source
Method source_id An id that identifies a source from others.
Method tags Undocumented
Method transform_with_polars Undocumented
Method with_loaded_at Undocumented
Method with_view Undocumented

Inherited from DataFileReference (via BatchDataSource):

Async Method read_pandas Undocumented
Async Method to_pandas Undocumented
Async Method to_polars Undocumented
Async Method write_pandas Undocumented
Async Method write_polars Undocumented

Inherited from WritableFeatureSource (via BatchDataSource, DataFileReference):

Async Method insert Undocumented
Async Method overwrite Undocumented
Async Method upsert Undocumented

Inherited from VectorIndex (via BatchDataSource, DataFileReference, WritableFeatureSource):

Method nearest_n_to Undocumented
Method vector_index_name Undocumented
def job_group_key(self) -> str: (source)

A key defining which sources can be grouped together in one request.

async def to_lazy_polars(self) -> pl.LazyFrame: (source)