class documentation

Undocumented

Method __post_serialize__ Undocumented
Method all_between_dates Undocumented
Method all_data Undocumented
Method features_for Undocumented
Class Variable content Undocumented
Class Variable type_name Undocumented
Property as_markdown Undocumented

Inherited from CodableBatchDataSource:

Class Method _deserialize Undocumented
Method _serialize Undocumented

Inherited from BatchDataSource (via CodableBatchDataSource):

Class Method multi_source_features_for Undocumented
Method __hash__ Undocumented
Method all Undocumented
Method all_columns Undocumented
Method depends_on Undocumented
Async Method feature_view_code Setup the code needed to represent the data source as a feature view
Method filter Undocumented
Async Method freshness .table("my_table") .freshness()
Method job_group_key A key defining which sources can be grouped together in one request.
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
def __post_serialize__(self, d: dict[Any, Any]) -> dict[Any, Any]: (source)

Undocumented

def all_between_dates(self, request: RetrievalRequest, start_date: datetime, end_date: datetime) -> RetrievalJob: (source)
def all_data(self, request: RetrievalRequest, limit: int | None) -> RetrievalJob: (source)
def features_for(self, facts: RetrievalJob, request: RetrievalRequest) -> RetrievalJob: (source)

Undocumented