Skip to content

Commit 3b974da

Browse files
committed
fix: external feature group ui creation user guide
1 parent 0b8ba9a commit 3b974da

File tree

6 files changed

+26
-4
lines changed

6 files changed

+26
-4
lines changed
Loading
Loading
Loading
Loading
Loading

docs/user_guides/fs/feature_group/create_external.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,40 @@ Nevertheless, external feature groups defined top of any storage connector can b
134134

135135
## Create using the UI
136136

137-
You can also create a new feature group through the UI. For this, navigate to the `Feature Groups` section and press the `Create` button at the top-right corner.
137+
You can also create a new feature group through the UI. For this, navigate to the `Data Source ` section and select existing credentials or create new ones for your prefered data source.
138138

139139
<p align="center">
140140
<figure>
141-
<img src="../../../../assets/images/guides/feature_group/no_feature_group_list.png" alt="List of Feature Groups">
141+
<img src="../../../../assets/images/guides/feature_group/data_source.png" style="border: 10px solid #f5f5f5" alt="Data Source UI">
142142
</figure>
143143
</p>
144144

145-
Subsequently, you will be able to define its properties (such as name, mode, features, and more). Refer to the documentation above for an explanation of the parameters available, they are the same as when you create a feature group using the SDK. Finally, complete the creation by clicking `Create New Feature Group` at the bottom of the page.
145+
If you have existing credentials, simply proceed by clicking `Next: Select Tables `. If you not, create and save the credentials first.
146146

147147
<p align="center">
148148
<figure>
149-
<img src="../../../../assets/images/guides/feature_group/create_feature_group.png" alt="Create new Feature Group">
149+
<img src="../../../../assets/images/guides/feature_group/credentials_selection.png" alt="setup credentials in Data Sources">
150+
</figure>
151+
</p>
152+
153+
The database navigation structure depends on your specific data source. You'll navigate through the appropriate hierarchy for your platform—such as Database → Schema → Table for Snowflake, or Project → Dataset → Table for BigQuery. In the UI you can select one or more tables, for each selected table, you must designate one or more primary keys before proceeding. You can also review the names and data types of individual columns you want to include.
154+
155+
<p align="center">
156+
<figure>
157+
<img src="../../../../assets/images/guides/feature_group/ext_table_selection.png" style="border: 10px solid #f5f5f5" alt="Select Table in Data Sources for External feature Group">
158+
</figure>
159+
</p>
160+
161+
<p align="center">
162+
<figure>
163+
<img src="../../../../assets/images/guides/feature_group/primary_key_selection.png" style="border: 10px solid #f5f5f5" alt="select details of external feature group">
164+
</figure>
165+
</p>
166+
167+
Complete the creation by clicking `Next: Review Configuration` at the bottom of the page, you will be prompted with a final validation window where you will be able to create a name for your external feature group.
168+
169+
<p align="center">
170+
<figure>
171+
<img src="../../../../assets/images/guides/feature_group/validation_ext_feature_group.png" alt="Validate the creation of a new external feature group">
150172
</figure>
151173
</p>

0 commit comments

Comments
 (0)