-
Notifications
You must be signed in to change notification settings - Fork 44
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
[FSTORE-1181] Helper columns should return all columns if they have different names across feature groups #1203
Conversation
if _join.query._left_feature_group.event_time: | ||
fv_events.update( | ||
[ | ||
_join.query._left_feature_group.event_time |
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.
should throw exception here if there are ambiguous event time column? and not wait until the query get executed.
same for primary key.
bigquery.json
Outdated
@@ -0,0 +1 @@ | |||
{"type": "service_account", "project_id": "test"} |
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.
redundant?
|
||
def _check_if_exists(self, f_name, f_set): | ||
if f_name in f_set: | ||
raise ValueError( |
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.
FeatureStoreException
instead?
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!
This PR adds/fixes/changes...
JIRA Issue: -
Priority for Review: -
Related PRs: -
How Has This Been Tested?
Checklist For The Assigned Reviewer: