Skip to content

[FEATURE]: Tests run metrics summary #1065

@feliblo

Description

@feliblo

Is there an existing issue for this?

  • I have searched the existing issues

Problem statement

Currently the summary metrics https://databrickslabs.github.io/dqx/docs/guide/summary_metrics/#metrics-table-schema are focussed on row_level checks. It would be useful to monitor health in dashboarding tools by also being able to look at individual tests.

Example:
mycatalog.myschema.mytable -> run_id: 1234 gave 14/15 tests passed.

  • For the failed tests I would obviously still want to see the detailed row-level findings.
  • For passed tests it would be still be a useful overview.

Currently it's possible to check the rows that passed all tests, however context is missing on the tests that have run on a certain table/dataframe.

Proposed Solution

Include a metric/summary for test-level findings. Otherwise users would have to check the tests that ran, what
rows failed for which tests and create code that generates a pass for tests that don't show up.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions