diff --git a/feature-registry-app/src/manifest.yaml b/feature-registry-app/src/manifest.yaml new file mode 100644 index 00000000..b193289e --- /dev/null +++ b/feature-registry-app/src/manifest.yaml @@ -0,0 +1,8 @@ +version: 1 +name: "feature-registry-app" +description: "A web application that allows users to explore existing features in Unity Catalog." + +user_api_scopes: + - "catalog.catalogs:read" + - "catalog.schemas:read" + - "catalog.tables:read"