-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Historical field mappings #2251
Historical field mappings #2251
Conversation
Signed-off-by: Michelle Rascati <michelle.rascati@sailpoint.com>
Signed-off-by: Michelle Rascati <michelle.rascati@sailpoint.com>
… return field mapped names Signed-off-by: Michelle Rascati <michelle.rascati@sailpoint.com>
Signed-off-by: Michelle Rascati <michelle.rascati@sailpoint.com>
Signed-off-by: Michelle Rascati <michelle.rascati@sailpoint.com>
…ling happy" This reverts commit af8fc85.
sdk/python/feast/feature_store.py
Outdated
@@ -1437,7 +1438,7 @@ def _read_from_online_store( | |||
provider: Provider, | |||
requested_features: List[str], | |||
table: FeatureView, | |||
) -> List[Tuple[List[Timestamp], List["FieldStatus.ValueType"], List[Value]]]: | |||
) -> List[Tuple[List[Timestamp], List[FieldStatusValue], List[Value]]]: |
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.
Trying to resolve #2249 but I can revert.
…dStatusValue" This reverts commit 60e3692.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: michelle-rascati-sp The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closing for sign-off issues, see: #2252 |
What this PR does / why we need it:
Uses field mapping to convert feature names into column names, and back to feature names for Redshift and DyanmoDB data sources when calling
get_historical_features()
Which issue(s) this PR fixes:
Fixes #2248
Does this PR introduce a user-facing change?: