-
Notifications
You must be signed in to change notification settings - Fork 1.2k
docs: Example to install feast on local computer using Kind #4528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Example to install feast on local computer using Kind #4528
Conversation
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
|
A brief |
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
Thanks for noticing, it reained untracked in my local repo 😲 |
|
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're showing this error on purpose then, eh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, the issue has been fixed after this PR, I should have updated it.
franciscojavierarceo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
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