Log The Results Of The DQ Check #202
Replies: 6 comments 1 reply
|
The checks are currently written as a separate reporting column (_errors, _warnings). You can track the history using that. Or are you looking for additional capabilities? |
|
DQX logs now more comprehensive info as part of the results. Please check the latest version: https://github.com/databrickslabs/dqx/releases/tag/v0.3.0 Please find it documented here: https://databrickslabs.github.io/dqx/docs/guide/#quality-check-results |
|
I'm considering saving logs for tracking purposes to analyze trends and summarize the results of the data quality (DQ) checks. This way, we can track how many failures occurred for a specific dataset on a given date, and see if the counts have increased or decreased over time. Currently, I would need to extract details from the quarantine dataframe and store them somewhere for analysis. Is that the correct approach, or does DQX have any built-in functionality for this? |
|
Here you can find documentation on how to analyse the results: https://databrickslabs.github.io/dqx/docs/guide/#quality-check-results |
|
This has been released a while ago: https://databrickslabs.github.io/dqx/docs/guide/summary_metrics/ |
Uh oh!
There was an error while loading. Please reload this page.
There should be ways to audit the DQ runs to track the history of the failed or passed records.
All reactions