Skip to content
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

chore: Deprecate table_ref parameter for BigQuerySource #2502

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

felixwang9817
Copy link
Collaborator

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

What this PR does / why we need it: The table_ref parameter was scheduled for deprecation in Feast 0.20 in #2336. This PR deprecates the parameter.

Which issue(s) this PR fixes:

Fixes #

@felixwang9817 felixwang9817 requested a review from a team as a code owner April 6, 2022 20:06
@felixwang9817 felixwang9817 requested review from adchia and removed request for a team April 6, 2022 20:06
@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: felixwang9817

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

The pull request process is described here

Needs approval from an approver in each of these files:

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

Signed-off-by: Felix Wang <wangfelix98@gmail.com>
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

@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2022

Codecov Report

Merging #2502 (fee3019) into master (6abae16) will increase coverage by 25.59%.
The diff coverage is 88.46%.

❗ Current head fee3019 differs from pull request most recent head fde556a. Consider uploading reports for the commit fde556a to get more accurate results

@@             Coverage Diff             @@
##           master    #2502       +/-   ##
===========================================
+ Coverage   58.97%   84.56%   +25.59%     
===========================================
  Files         129      130        +1     
  Lines       10987    11043       +56     
===========================================
+ Hits         6480     9339     +2859     
+ Misses       4507     1704     -2803     
Flag Coverage Δ
integrationtests 74.51% <86.95%> (?)
unittests 58.96% <38.46%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
sdk/python/feast/infra/offline_stores/bigquery.py 87.08% <ø> (+55.50%) ⬆️
...n/tests/integration/registration/test_inference.py 100.00% <ø> (+15.25%) ⬆️
...ests/integration/scaffolding/test_partial_apply.py 100.00% <ø> (+50.00%) ⬆️
...thon/feast/infra/offline_stores/bigquery_source.py 86.60% <84.21%> (+24.21%) ⬆️
...n/feature_repos/universal/data_sources/bigquery.py 97.87% <100.00%> (+57.44%) ⬆️
...sts/integration/registration/test_feature_store.py 99.31% <100.00%> (+29.93%) ⬆️
sdk/python/tests/utils/data_source_utils.py 100.00% <100.00%> (+43.33%) ⬆️
...ython/feast/embedded_go/online_features_service.py 95.08% <0.00%> (ø)
sdk/python/feast/data_source.py 68.96% <0.00%> (+1.29%) ⬆️
sdk/python/feast/infra/online_stores/sqlite.py 95.23% <0.00%> (+1.58%) ⬆️
... and 70 more

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 6abae16...fde556a. Read the comment docs.

@achals
Copy link
Member

achals commented Apr 6, 2022

/lgtm

@feast-ci-bot feast-ci-bot merged commit 78a444e into feast-dev:master Apr 6, 2022
@felixwang9817 felixwang9817 deleted the deprecate_table_ref branch April 6, 2022 21:16
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.

6 participants