You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/faq/app_faq.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ draft: false
8
8
### Initial Setup
9
9
10
10
**Q1. Do I need to run an initial setup before using the DLT-META App?**
11
+
11
12
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.
12
13
13
14
### Features and Capabilities
14
15
15
16
**Q2. What are the main features of the DLT-META App?**
17
+
16
18
The DLT-META App provides several key capabilities:
17
19
- Onboard new Lakeflow Declarative Pipeline through an interactive interface
18
20
- Deploy and manage pipelines directly in the app
@@ -22,6 +24,7 @@ The DLT-META App provides several key capabilities:
22
24
### Access and Permissions
23
25
24
26
**Q3. Who can access and use the DLT-META App?**
27
+
25
28
Only authenticated Databricks workspace users with appropriate permissions can access and use the app:
26
29
- You need `CAN_USE` permission to run the app
27
30
- You need `CAN_MANAGE` permission to administer it
@@ -31,6 +34,7 @@ Only authenticated Databricks workspace users with appropriate permissions can a
31
34
### Resource Access
32
35
33
36
**Q4. How does catalog and schema access work in the DLT-META App?**
37
+
34
38
By default, the app uses a dedicated Service Principal (SP) for all data and resource access:
35
39
- The Service Principal needs explicit permissions (`USE CATALOG`, `USE SCHEMA`, `SELECT`) on all Unity Catalog resources
36
40
- 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
39
43
### Troubleshooting
40
44
41
45
**Q5. How should I resolve access errors or permission issues?**
46
+
42
47
If you experience access-related errors:
43
48
- Verify Service Principal permissions in Unity Catalog
44
49
- Check app attachments to warehouses and secrets
@@ -49,19 +54,11 @@ If you experience access-related errors:
49
54
### Security and Isolation
50
55
51
56
**Q6. How is security and isolation managed?**
57
+
52
58
The DLT-META App provides enterprise-grade security:
53
59
- Runs in a multi-tenant platform with strong isolation
54
60
- Uses dedicated, isolated serverless compute
55
61
- Restricts sharing to authenticated users only
56
62
- Logs all sharing and permission events
57
63
- No public or anonymous access allowed
58
64
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)
0 commit comments