fix: Change online UI schema field to be optional#2766
fix: Change online UI schema field to be optional#2766adchia merged 1 commit intofeast-dev:masterfrom
Conversation
Change the `online` field in feastFeatureViews schema to be optional. This addresses a problem with the UI erroring out when trying to present offline FeatureViews since protobuf would not pass along the `online` tag (feast-dev#2719). Signed-off-by: Dirk Van Bruggen <[email protected]>
|
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## master #2766 +/- ##
==========================================
- Coverage 80.56% 80.50% -0.07%
==========================================
Files 173 173
Lines 15093 15093
==========================================
- Hits 12160 12150 -10
- Misses 2933 2943 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, adchia, dvanbrug The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Change the `online` field in feastFeatureViews schema to be optional. This addresses a problem with the UI erroring out when trying to present offline FeatureViews since protobuf would not pass along the `online` tag (#2719). Signed-off-by: Dirk Van Bruggen <[email protected]>
What this PR does / why we need it:
Change the
onlinefield in feastFeatureViews schema to be optional.This addresses a problem with the UI erroring out when trying to present
offline FeatureViews since protobuf would not pass along the
onlinetag.
Which issue(s) this PR fixes:
Fixes #2719