No permissions defined for this resource.
++ Name: {permission.spec?.name} +
++ Policy:{" "} + {permission.spec?.policy?.roles + ? `Roles: ${permission.spec.policy.roles.join(", ")}` + : "No policy defined"} +
+ {permission.spec?.name_patterns && ( ++ Name Patterns:{" "} + {Array.isArray(permission.spec.name_patterns) + ? permission.spec.name_patterns.join(", ") + : permission.spec.name_patterns} +
+ )} + {permission.spec?.required_tags && ( ++ Required Tags:{" "} + {Object.entries(permission.spec.required_tags) + .map(([key, value]) => `${key}: ${value}`) + .join(", ")} +
+ )} +
- There was an error loading the Project Configurations.
- Please check that feature_store.yaml file is
- available and well-formed.
-
{data.description}
- - Welcome to your new Feast project. In this UI, you can see - Data Sources, Entities, Features, Feature Views, and - Feature Services registered in Feast. -
-- It looks like this project already has some objects - registered. If you are new to this project, we suggest - starting by exploring the Feature Services, as they - represent the collection of Feature Views serving a - particular model. -
-
- Note: We encourage you to replace this
- welcome message with more suitable content for your team.
- You can do so by specifying a{" "}
- project_description in your{" "}
- feature_store.yaml file.
-
+ There was an error loading the Project Configurations.
+ Please check that feature_store.yaml file is
+ available and well-formed.
+
{data.description}
+ + Welcome to your new Feast project. In this UI, you can see + Data Sources, Entities, Features, Feature Views, and Feature + Services registered in Feast. +
++ It looks like this project already has some objects + registered. If you are new to this project, we suggest + starting by exploring the Feature Services, as they + represent the collection of Feature Views serving a + particular model. +
+
+ Note: We encourage you to replace this
+ welcome message with more suitable content for your team.
+ You can do so by specifying a{" "}
+ project_description in your{" "}
+ feature_store.yaml file.
+
We encountered an error while loading.
) : ( <> -
+ There was an error loading the Project Configurations. Please
+ check that feature_store.yaml file is available and
+ well-formed.
+
Error loading permissions
} + {isSuccess && data && ( +