docs: Example to install feast on local computer using Kind#4528
docs: Example to install feast on local computer using Kind#4528franciscojavierarceo merged 7 commits intofeast-dev:masterfrom
Conversation
Signed-off-by: Daniele Martinoli <[email protected]>
Signed-off-by: Daniele Martinoli <[email protected]>
|
A brief |
Signed-off-by: Daniele Martinoli <[email protected]>
Thanks for noticing, it reained untracked in my local repo 😲 |
Signed-off-by: Daniele Martinoli <[email protected]>
|
@franciscojavierarceo could pls you TAL? |
| "cell_type": "markdown", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "Note If you see the following error, it is likely due to the [issue #4392](https://github.com/feast-dev/feast/issues/4392):\n", |
There was a problem hiding this comment.
Looks like you're showing this error on purpose then, eh?
There was a problem hiding this comment.
Yep, the issue has been fixed after this PR, I should have updated it.
What this PR does / why we need it:
Provide a reference implementation of Feast project installed on local Kind cluster and validated with a remote client.
postgrestemplate is used to initialize the project.Jobis used to apply the feature store definitions (e.g.feast apply) and materializations, overcoming issues: Remote materialization #4526 and Remote apply #4529Note: the execution of the client application is still affected by #4392 until we release the new version
Which issue(s) this PR fixes:
Fixes #4527