()
| 41 | |
| 42 | |
| 43 | def _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 | |
| 52 | def _simple_feature_view(name="test_fv", enabled=True): |
no test coverage detected