Skip to content

Conversation

@felixwang9817
Copy link
Collaborator

@felixwang9817 felixwang9817 commented Jul 25, 2022

What this PR does / why we need it: Note that I did not remove the existing feast-python-server helm chart. Instead, I simply made a new feast-feature-server helm chart that copies feast-python-server.

Which issue(s) this PR fixes:

Fixes #

Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
@felixwang9817 felixwang9817 changed the title chore: Update helm chart name chore: Update helm chart name [WIP] Jul 25, 2022
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Comment on lines +51 to +52
RUN apt update && \
apt install -y jq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to install arrow here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes good call

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

Comment on lines 4 to 6
name: {{ include "feast-python-server.name" . }}
labels:
{{- include "feast-python-server.labels" . | nindent 4 }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these names need to change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup fixed

@felixwang9817 felixwang9817 changed the title chore: Update helm chart name [WIP] chore: Update helm chart name Jul 25, 2022
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2022

Codecov Report

Merging #2969 (93e3fa8) into master (ac55ce2) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2969      +/-   ##
==========================================
- Coverage   77.65%   77.61%   -0.05%     
==========================================
  Files         186      186              
  Lines       16354    16354              
==========================================
- Hits        12700    12693       -7     
- Misses       3654     3661       +7     
Flag Coverage Δ
integrationtests 68.58% <ø> (-0.14%) ⬇️
unittests 58.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sdk/python/tests/utils/online_read_write_test.py 93.54% <0.00%> (-6.46%) ⬇️
.../integration/online_store/test_online_retrieval.py 96.84% <0.00%> (-3.16%) ⬇️
sdk/python/feast/infra/online_stores/datastore.py 87.96% <0.00%> (-1.39%) ⬇️
...east/infra/materialization/lambda/lambda_engine.py 93.75% <0.00%> (+1.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac55ce2...93e3fa8. Read the comment docs.

Copy link
Member

@achals achals left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: achals, felixwang9817

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [achals,felixwang9817]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@feast-ci-bot feast-ci-bot merged commit 5ae2a34 into feast-dev:master Jul 25, 2022
adchia pushed a commit that referenced this pull request Aug 10, 2022
* Rename feast-python-server helm chart to feast-feature-server

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Switch example to Python 3.8

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Update helm chart docs

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Change name

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Change references

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Change another reference

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Add arrow C++ library to example Dockerfile

Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants