class documentation

Undocumented

Class Method multi_source_features_for Undocumented
Static Method empty Undocumented
Static Method from_values Undocumented
Method __init__ Undocumented
Async Method insert Undocumented
Method job_group_key A key defining which sources can be grouped together in one request.
Method nearest_n_to Undocumented
Async Method overwrite Undocumented
Async Method to_lazy_polars Undocumented
Async Method upsert Undocumented
Method vector_index_name Undocumented
Method with_view Undocumented
Async Method write_polars Undocumented
Class Variable type_name Undocumented
Instance Variable data Undocumented
Instance Variable job_key Undocumented
Instance Variable _vector_index_name Undocumented

Inherited from CodableBatchDataSource:

Class Method _deserialize Undocumented
Method _serialize Undocumented

Inherited from BatchDataSource (via CodableBatchDataSource):

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
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

Inherited from DataFileReference (via CodableBatchDataSource, BatchDataSource):

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

Undocumented

@staticmethod
def from_values(values: dict[str, object]) -> InMemorySource: (source)

Undocumented

def __init__(self, data: pl.DataFrame): (source)

Undocumented

async def insert(self, job: RetrivalJob, request: RetrivalRequest): (source)
def job_group_key(self) -> str: (source)

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

def nearest_n_to(self, data: RetrivalJob, number_of_records: int, request: RetrivalRequest) -> RetrivalJob: (source)
async def overwrite(self, job: RetrivalJob, request: RetrivalRequest): (source)
async def to_lazy_polars(self) -> pl.LazyFrame: (source)
async def upsert(self, job: RetrivalJob, request: RetrivalRequest): (source)
def vector_index_name(self) -> str | None: (source)
def with_view(self, view: CompiledFeatureView) -> InMemorySource: (source)
async def write_polars(self, df: pl.LazyFrame): (source)

Undocumented

Undocumented

_vector_index_name = (source)

Undocumented