Skip to content

Commit 11a8b4e

Browse files
authored
[DOC] Add dashboard section (#3222)
## Changes Add dashboard section. Forgot to commit Follow up on #3211
1 parent 478548c commit 11a8b4e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ See [contributing instructions](CONTRIBUTING.md) to help improve this project.
2828
* [Authenticate Databricks CLI](#authenticate-databricks-cli)
2929
* [Install UCX](#install-ucx)
3030
* [Installation resources](#installation-resources)
31+
* [Installation folder](#installation-folder)
3132
* [Readme notebook](#readme-notebook)
3233
* [Debug notebook](#debug-notebook)
3334
* [Debug logs](#debug-logs)
@@ -69,6 +70,7 @@ See [contributing instructions](CONTRIBUTING.md) to help improve this project.
6970
* [<b>Always run this workflow AFTER the assessment has finished</b>](#balways-run-this-workflow-after-the-assessment-has-finishedb)
7071
* [[LEGACY] Migrate tables in mounts Workflow](#legacy-migrate-tables-in-mounts-workflow)
7172
* [[EXPERIMENTAL] Migration Progress Workflow](#experimental-migration-progress-workflow)
73+
* [Dashboards](#dashboards)
7274
* [Linter message codes](#linter-message-codes)
7375
* [`cannot-autofix-table-reference`](#cannot-autofix-table-reference)
7476
* [`catalog-api-in-shared-clusters`](#catalog-api-in-shared-clusters)
@@ -925,6 +927,19 @@ the [assessment workflow](#assessment-workflow)._
925927

926928
# Dashboards
927929

930+
The dashboards visualize UCX's outcomes. Each dashboard has text widgets detailing the contents in more detail. Below an
931+
overview with a short description is given.
932+
933+
| Name | Description |
934+
|-----------------------------------------------------------------------------------------------------------------|----------------------------------------------------|
935+
| [Assessment \[Main\]](./src/databricks/labs/ucx/queries/assessment/main/00_0__assessment_overview.md) | Assessment overview |
936+
| [Assessment \[Estimates\]](./src/databricks/labs/ucx/queries/assessment/estimates/00_0_metastore_assignment.md) | Migration effort estimates based on the assessment |
937+
| [Assessment \[Interactive\]](./src/databricks/labs/ucx/queries/assessment/interactive/00_0_interactive.md) | Assessment outcomes on interactive clusters |
938+
| [Assessment \[Azure\]](./src/databricks/labs/ucx/queries/assessment/azure/00_0_azure_service_principals.md) | Assessment outcomes specific to Azure |
939+
| [Migration \[Main\]](./src/databricks/labs/ucx/queries/migration/main/00_0_migration_overview.md) | Migration overview |
940+
| [Migration \[Groups\]](./src/databricks/labs/ucx/queries/migration/groups/00_0_migration_overview.md) | Group migration outcomes |
941+
| [Progress \[Main\]](./src/databricks/labs/ucx/queries/progress/main/00_0_migration_progress.md) | Migration progress |
942+
928943
[[back to top](#databricks-labs-ucx)]
929944

930945
# Linter message codes
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Azure Service Principals
2+
3+
Below you find the Azure service principals found by UCX in Spark configuration from:
4+
- Clusters configurations
5+
- Cluster policies
6+
- Job cluster configurations
7+
- Pipeline configurations
8+
- Warehouse configuration

0 commit comments

Comments
 (0)