Skip to content

Commit

Permalink
fix docs links in dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
pritishpai committed Feb 20, 2025
1 parent 849b320 commit 901577a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ WITH iteractive_cluster_commands AS (
)
SELECT
issue AS `Finding`,
COUNT(DISTINCT workspace_id) AS `# workspaces`, /* concat('<a href="https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md#',replace(issue,' ','-'),'">',issue,'</a>') as link, */
COUNT(DISTINCT workspace_id) AS `# workspaces`, /* concat('<a href="https://databrickslabs.github.io/ucx/docs/reference/workflows/#assessment-workflow',replace(issue,' ','-'),'">',issue,'</a>') as link, */
COUNT(DISTINCT notebook_id) AS `# notebooks`,
COUNT(DISTINCT cluster_id) AS `# clusters`,
COUNT(DISTINCT email) AS `# users`
FROM exp
GROUP BY
1
ORDER BY
1
1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Readiness is based on # objects having one or more issues divided by total # of objects

- [Assessment Finding Index](https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md#assessment-finding-index) provides a key to the items found in the "Assessment Summary" widget
- [Assessment Finding Index](https://databrickslabs.github.io/ucx/docs/reference/assessment/finding/) provides a key to the items found in the "Assessment Summary" widget


[documentation](https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md)
[documentation](https://databrickslabs.github.io/ucx/docs/reference/workflows/#assessment-workflow)
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

- "In Place Sync" means that tables can be migrated by syncing the metadata only! The data remains in place.

[documentation](https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md)
[documentation](https://databrickslabs.github.io/ucx/docs/reference/workflows/#assessment-workflow)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

- Mount Points

[documentation](https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md)
[documentation](https://databrickslabs.github.io/ucx/docs/reference/workflows/#assessment-workflow)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ height: 2
---

## Compute summary
[documentation](https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md)
[documentation](https://databrickslabs.github.io/ucx/docs/reference/workflows/#assessment-workflow)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ height: 2
---

## Job Assessment Summary
[documentation](https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md)
[documentation](https://databrickslabs.github.io/ucx/docs/reference/workflows/#assessment-workflow)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Global Init Scripts
- Global Init Scripts
- Warning messages

[documentation](https://github.com/databrickslabs/ucx/blob/main/docs/assessment.md)
[documentation](https://databrickslabs.github.io/ucx/docs/reference/workflows/#assessment-workflow)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ height: 5
Workspace Group Migration
=========================

[Quick link to the group migration documentation.](https://github.com/databrickslabs/ucx/blob/main/docs/local-group-migration.md)
[Quick link to the group migration documentation.](https://databrickslabs.github.io/ucx/docs/reference/workflows/#group-migration-workflow)

Prerequisites for group migration are:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ height: 2

# Migration overview

[Quick link to the table upgrade documentation](https://github.com/databrickslabs/ucx/blob/main/docs/table_upgrade.md)
[Quick link to the table migration documentation](https://databrickslabs.github.io/ucx/docs/process/#table-migration-process)

0 comments on commit 901577a

Please sign in to comment.