Data Request Access (DRA) web application demo showcases the workflow between requesting data from an existing data catalog and the approval process within an Enterprise solution.
Initially connected to a Databricks Unity Catalog API but removed for now and running on sample data.
Installing the required dependencies
npm iAdd a .env file and your secret for NextAuth
AUTH_SECRET = YOUR_SECRET_KEYBuilding and running
npm run build && npm run start
# or
npm run devView on your http://localhost:3000 with the browser of your choice.