diff --git a/docs/assets/images/guides/feature_group/credentials_selection.png b/docs/assets/images/guides/feature_group/credentials_selection.png new file mode 100644 index 000000000..8cbb87d0e Binary files /dev/null and b/docs/assets/images/guides/feature_group/credentials_selection.png differ diff --git a/docs/assets/images/guides/feature_group/data_source.png b/docs/assets/images/guides/feature_group/data_source.png new file mode 100644 index 000000000..9db62e434 Binary files /dev/null and b/docs/assets/images/guides/feature_group/data_source.png differ diff --git a/docs/assets/images/guides/feature_group/ext_table_selection.png b/docs/assets/images/guides/feature_group/ext_table_selection.png new file mode 100644 index 000000000..8b418bfd0 Binary files /dev/null and b/docs/assets/images/guides/feature_group/ext_table_selection.png differ diff --git a/docs/assets/images/guides/feature_group/primary_key_selection.png b/docs/assets/images/guides/feature_group/primary_key_selection.png new file mode 100644 index 000000000..05f68753f Binary files /dev/null and b/docs/assets/images/guides/feature_group/primary_key_selection.png differ diff --git a/docs/assets/images/guides/feature_group/validation_ext_feature_group.png b/docs/assets/images/guides/feature_group/validation_ext_feature_group.png new file mode 100644 index 000000000..d996f16ba Binary files /dev/null and b/docs/assets/images/guides/feature_group/validation_ext_feature_group.png differ diff --git a/docs/user_guides/fs/feature_group/create_external.md b/docs/user_guides/fs/feature_group/create_external.md index 9c0bbceb1..04a6921fa 100644 --- a/docs/user_guides/fs/feature_group/create_external.md +++ b/docs/user_guides/fs/feature_group/create_external.md @@ -134,18 +134,40 @@ Nevertheless, external feature groups defined top of any storage connector can b ## Create using the UI -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. +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.

- List of Feature Groups + Data Source UI

-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. +If you have existing credentials, simply proceed by clicking `Next: Select Tables `. If you not, create and save the credentials first.

- Create new Feature Group + setup credentials in Data Sources +
+

+ +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. + +

+

+ Select Table in Data Sources for External feature Group +
+

+ +

+

+ select details of external feature group +
+

+ +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. + +

+

+ Validate the creation of a new external feature group