Skip to content

Commit 7df49f0

Browse files
Modified lakehouse app faq and setup
1 parent 51e7636 commit 7df49f0

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

docs/content/faq/app_faq.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ draft: false
88
### Initial Setup
99

1010
**Q1. Do I need to run an initial setup before using the DLT-META App?**
11+
1112
Yes. Before using the DLT-META App, you must click the Setup button to create the required dlt-meta environment. This initializes the app and enables you to onboard or manage Lakeflow Declarative Pipelines.
1213

1314
### Features and Capabilities
1415

1516
**Q2. What are the main features of the DLT-META App?**
17+
1618
The DLT-META App provides several key capabilities:
1719
- Onboard new Lakeflow Declarative Pipeline through an interactive interface
1820
- Deploy and manage pipelines directly in the app
@@ -22,6 +24,7 @@ The DLT-META App provides several key capabilities:
2224
### Access and Permissions
2325

2426
**Q3. Who can access and use the DLT-META App?**
27+
2528
Only authenticated Databricks workspace users with appropriate permissions can access and use the app:
2629
- You need `CAN_USE` permission to run the app
2730
- You need `CAN_MANAGE` permission to administer it
@@ -31,6 +34,7 @@ Only authenticated Databricks workspace users with appropriate permissions can a
3134
### Resource Access
3235

3336
**Q4. How does catalog and schema access work in the DLT-META App?**
37+
3438
By default, the app uses a dedicated Service Principal (SP) for all data and resource access:
3539
- The Service Principal needs explicit permissions (`USE CATALOG`, `USE SCHEMA`, `SELECT`) on all Unity Catalog resources
3640
- User abilities depend on the Service Principal's access, regardless of URL
@@ -39,6 +43,7 @@ By default, the app uses a dedicated Service Principal (SP) for all data and res
3943
### Troubleshooting
4044

4145
**Q5. How should I resolve access errors or permission issues?**
46+
4247
If you experience access-related errors:
4348
- Verify Service Principal permissions in Unity Catalog
4449
- Check app attachments to warehouses and secrets
@@ -49,19 +54,11 @@ If you experience access-related errors:
4954
### Security and Isolation
5055

5156
**Q6. How is security and isolation managed?**
57+
5258
The DLT-META App provides enterprise-grade security:
5359
- Runs in a multi-tenant platform with strong isolation
5460
- Uses dedicated, isolated serverless compute
5561
- Restricts sharing to authenticated users only
5662
- Logs all sharing and permission events
5763
- No public or anonymous access allowed
5864

59-
### Best Practices
60-
61-
**Q7. What are the security best practices?**
62-
Follow these guidelines for secure operation:
63-
- Use minimum required permissions (principle of least privilege)
64-
- Monitor audit logs regularly
65-
- Restrict to trusted application code
66-
- Enable OBO mode carefully
67-
- Maintain regular security reviews

docs/content/getting_started/app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
title: "DLT-META Lakehouse App"
3-
date: 2021-08-04T14:25:26-04:00
3+
date: 2025-08-31T14:25:26-04:00
44
weight: 9
55
draft: false
66
---
77

8-
# DLT-META Lakehouse App Setup
98

109
## Prerequisites
1110

0 commit comments

Comments
 (0)