We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The key field should be an array instead of a comma separated string. https://github.com/linkedin/feathr/blob/ff66b2a3cd4966f8e79aa0e7f92b705f1eede46d/feathr_project/feathr/query_feature_list.py#L24
key
Corresponding Scala code reading this value is at: https://github.com/linkedin/feathr/blob/ff66b2a3cd4966f8e79aa0e7f92b705f1eede46d/src/main/scala/com/linkedin/feathr/offline/config/FeatureJoinConfig.scala#L56
The text was updated successfully, but these errors were encountered:
#236 Missing brackets
a29828f
#236 Missing brackets (#237)
12cc053
No branches or pull requests
The
key
field should be an array instead of a comma separated string.https://github.com/linkedin/feathr/blob/ff66b2a3cd4966f8e79aa0e7f92b705f1eede46d/feathr_project/feathr/query_feature_list.py#L24
Corresponding Scala code reading this value is at:
https://github.com/linkedin/feathr/blob/ff66b2a3cd4966f8e79aa0e7f92b705f1eede46d/src/main/scala/com/linkedin/feathr/offline/config/FeatureJoinConfig.scala#L56
The text was updated successfully, but these errors were encountered: