We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffff9f commit 0d32c0eCopy full SHA for 0d32c0e
docs/user_guides/fs/feature_view/query.md
@@ -114,6 +114,11 @@ features for the join key of the left and right feature group. The join key list
114
.join(merchantDetailsFg.selectAll(), Seq("merchant_id"), Seq("id"), "inner"))
115
```
116
117
+!!! warning
118
+ If there is feature name clash in the query then prefixes will be automatically generated and applied. Generated prefix is feature group
119
+ alias in the query (e.g. fg1, fg2). Prefix is applied to the right feature group of the query.
120
+
121
122
### Data modeling in Hopsworks
123
124
Since v4.0 Hopsworks Feature selection API supports both Star and Snowflake Schema data models.
0 commit comments