-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/spark expectations fixes (#117)
* Enhancement: Fixed duplicate check issues in row_dq and added a new column to stats_detailed table for improved observability. Fix: Addressed duplicate check issues in row_dq for improved data quality. Feature: Added new column to stats_detailed table for enhanced observability. * Added new column to stats_detailed table for enhanced observability. * Added new column to stats_detailed table for enhanced observability. * Feature: Added new column to stats_detailed table for enhanced observability. * Update CONTRIBUTORS.md * Add observability enhancement with additional column in stats_detailed table Improves visibility and aids in quick resolution of data quality issues. * reverting back additional column name changes * reverting back additional column name changes * reverting back additional column name changes * reverting back additional column name changes * Update README.md * Delete README.md * Adding the Spark Expectation Documentation under Docs Folder * Delete docs/README.md keeping the read_me file as it is * keeping the readme files as it is. Will update the documentation with the further release. * updating the list. --------- Co-authored-by: vtadak <[email protected]>
- Loading branch information
1 parent
f83e469
commit 9500ed9
Showing
6 changed files
with
48 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
import os | ||
import unittest.mock | ||
from datetime import datetime | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters