mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 03:46:10 +00:00

* feat(table-diff): added column validation added column validation for table diff that will be carried out before running the row level diff. If a diff for the column exists, it will short circuit the test and report. * fixed unit tests * format * - resolve column types more robustly - changed test result metric to include "rows" or "columns"