-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement remaining Remote Offline Store methods #10
Implement remaining Remote Offline Store methods #10
Conversation
0579e59
to
cf38149
Compare
can you install these pre hook commit
Also you can do this from makefile |
cf38149
to
cdcd3b1
Compare
e91c2c4
to
2bff007
Compare
1c5307d
to
a14cd59
Compare
@tmihalac required rebase with branch remote_offline |
…ight server and client Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
use feature_view_names to transfer feature views and remove dummies
…ight server and client Signed-off-by: Abdul Hameed <ahameed@redhat.com>
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
2bff007
to
a2dbfa2
Compare
@redhatHameed, @dmartinol rebased and implemented proposed changes |
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.
just minor comment and clarification else lgtm
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
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
124ab2e
to
6d22f18
Compare
What this PR does / why we need it:
Added missing implementations of remaining offline store apis
Which issue(s) this PR fixes:
Addresses #4032
Notes
From now on, all new repositories created with
feast init
orfeast init -t local
the Default FeatureService nameddriver_activity_v1
will have logging_config parameter initializedThe tests for the offline stores where changed to support the Remote Offline Store, that means that entities like FactService and DataSource should be applied to the registry before calling the remote api calls since the Remote Offline Store server relays on them to be in the registry