class documentation
class UnknownDataSource(CodableBatchDataSource): (source)
Undocumented
Method | __post |
Undocumented |
Method | all |
Undocumented |
Method | all |
Undocumented |
Method | features |
Undocumented |
Class Variable | content |
Undocumented |
Class Variable | type |
Undocumented |
Property | as |
Undocumented |
Inherited from CodableBatchDataSource
:
Class Method | _deserialize |
Undocumented |
Method | _serialize |
Undocumented |
Inherited from BatchDataSource
(via CodableBatchDataSource
):
Class Method | multi |
Undocumented |
Method | __hash__ |
Undocumented |
Method | all |
Undocumented |
Method | all |
Undocumented |
Method | depends |
Undocumented |
Async Method | feature |
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 |
A key defining which sources can be grouped together in one request. |
Method | location |
Undocumented |
Method | needed |
Undocumented |
Async Method | schema |
Returns the schema for the data source |
Method | source |
An id that identifies a source from others. |
Method | tags |
Undocumented |
Method | transform |
Undocumented |
Method | with |
Undocumented |
Method | with |
Undocumented |
def all_between_dates(self, request:
RetrievalRequest
, start_date: datetime
, end_date: datetime
) -> RetrievalJob
:
(source)
¶
Undocumented