Skip to content

Commit 7b6c407

Browse files
davitbzhdavitbzh
and
davitbzh
authored
[FSTORE-1652] generate and add prefix automatically to joins if there is name clash
Co-authored-by: davitbzh <[email protected]>
1 parent 1ffff9f commit 7b6c407

File tree

1 file changed

+5
-0
lines changed
  • docs/user_guides/fs/feature_view

1 file changed

+5
-0
lines changed

docs/user_guides/fs/feature_view/query.md

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ features for the join key of the left and right feature group. The join key list
114114
.join(merchantDetailsFg.selectAll(), Seq("merchant_id"), Seq("id"), "inner"))
115115
```
116116

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+
117122
### Data modeling in Hopsworks
118123

119124
Since v4.0 Hopsworks Feature selection API supports both Star and Snowflake Schema data models.

0 commit comments

Comments
 (0)