Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linting resources to migration progress dashboard #3314

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JCZuurmond
Copy link
Contributor

@JCZuurmond JCZuurmond commented Nov 15, 2024

Changes

Add linting resources to migration progress dashboard

Linked issues

Progresses #3045
Breaks up #3112

Functionality

  • modified existing dashboard: Migration [main]

Tests

  • modified unit tests
  • modified integration tests

@JCZuurmond JCZuurmond added feat/viz vizualizing UCX progress as a redash/lakeview dashboard feat/migration-progress Issues related to the migration progress workflow labels Nov 15, 2024
@JCZuurmond JCZuurmond self-assigned this Nov 15, 2024
@@ -2,4 +2,4 @@
SELECT
ROUND(100 * try_divide(COUNT_IF(SIZE(failures) = 0), COUNT(*)), 2) AS percentage
FROM ucx_catalog.multiworkspace.objects_snapshot
WHERE object_type IN ('ClusterInfo', 'Grant', 'JobInfo', 'PipelineInfo', 'PolicyInfo', 'Table', 'Udf')
WHERE object_type IN ('ClusterInfo', 'DirectFsAccess', 'Grant', 'JobInfo', 'PipelineInfo', 'PolicyInfo', 'QueryProblem', 'Table', 'Udf', 'UsedTable')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

directfs access, query, usedtable - they're not top-level entities per se, but jobs, pipelines, dashboards - are

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat/migration-progress Issues related to the migration progress workflow feat/viz vizualizing UCX progress as a redash/lakeview dashboard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants