MCPcopy Index your code
hub / github.com/feast-dev/feast / _batch_source

Function _batch_source

sdk/python/tests/unit/test_feature_view_state.py:43–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def _batch_source():
44 return FileSource(
45 file_format=ParquetFormat(),
46 path="file://feast/*",
47 timestamp_field="ts_col",
48 created_timestamp_column="timestamp",
49 )
50
51
52def _simple_feature_view(name="test_fv", enabled=True):

Callers 3

_kafka_sourceFunction · 0.85
_simple_feature_viewFunction · 0.85

Calls 2

FileSourceClass · 0.90
ParquetFormatClass · 0.90

Tested by

no test coverage detected