chore: Rename FileOfflineStore to DaskOfflineStore#4349
chore: Rename FileOfflineStore to DaskOfflineStore#4349shuchu merged 1 commit intofeast-dev:masterfrom
Conversation
Signed-off-by: tokoko <[email protected]>
rename file offline store to dask Signed-off-by: tokoko <[email protected]>
|
This PR may not have been ideal. |
|
It's a breaking change is users are using File store in production, right? |
|
No, it shouldn't be. both |
|
Got it, it messed with the docs UI, so we can fix that. What was the reason behind this change? I think it makes it less obvious on how to use regular Files. I had a colleague who was new to Feast that was confused about it . |
|
The main reason was to drive home the distinction between DataSources and OfflineStores. Despite somewhat confusing naming, DataSource in feast is the concept that controls storage, while OfflineStore only controls computation engine. Sometimes those are closely linked together, but in this case not. Having |
|
Yeah that makes sense. I think we probably need to update the documentation to clarify this. |
Fixes #3864