Skip to content

Commit a585081

Browse files
committed
update to Storage Connector Guides
1 parent 209a041 commit a585081

File tree

1 file changed

+1
-0
lines changed
  • docs/user_guides/fs/storage_connector

1 file changed

+1
-0
lines changed

docs/user_guides/fs/storage_connector/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ There are three main use cases for Storage Connectors:
77
- Simply use it to read data from the storage into a dataframe.
88
- [External (on-demand) Feature Groups](../../../concepts/fs/feature_group/external_fg.md) can be defined with storage connectors as data source. This way, Hopsworks stores only the metadata about the features, but does not keep a copy of the data itself. This is also called the Connector API.
99
- Write [training data](../../../concepts/fs/feature_view/offline_api.md) to an external storage system to make it accessible by third parties.
10+
- Manage [feature group](../../../user_guides/fs/feature_group/create.md) that stores offline data in an external storage system.
1011

1112
Storage connectors provide two main mechanisms for authentication: using credentials or an authentication role (IAM Role on AWS or Managed Identity on Azure). Hopsworks supports both a single IAM role (AWS) or Managed Identity (Azure) for the whole Hopsworks cluster or multiple IAM roles (AWS) or Managed Identities (Azure) that can only be assumed by users with a specific role in a specific project.
1213

0 commit comments

Comments
 (0)