mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 11:43:54 +00:00
doc: added supported connector for table compare and new test in test page (#17537)
This commit is contained in:
parent
266920197f
commit
15624822d7
@ -36,7 +36,9 @@ OpenMetadata currently supports the following table level test types:
|
||||
5. Custom SQL Query: Define a SQL expression. Select a strategy if it should apply for Rows or for Count. Define a threshold to determine if the test passes or fails.
|
||||
6. Table Row Count to be Between: Define the Min. and Max.
|
||||
7. Table Row Count to Equal: Define a number.
|
||||
8. Table Row Inserted Count to be Between: : Define the Min. and Max. row count. This test will work for columns whose values are of the type Timestamp, Date, and Date Time field. Specify the range type in terms of Hour, Day, Month, or Year. Define the interval based on the range type selected.
|
||||
8. Table Row Inserted Count to be Between: Define the Min. and Max. row count. This test will work for columns whose values are of the type Timestamp, Date, and Date Time field. Specify the range type in terms of Hour, Day, Month, or Year. Define the interval based on the range type selected.
|
||||
9. Compare 2 Tables for Differences: Compare 2 tables for differences. Allows a user to check for integrity.
|
||||
10. Table Data to Be Fresh: Validate the freshness of a table's data.
|
||||
|
||||
{% image
|
||||
src="/images/v1.4/how-to-guides/quality/test4.png"
|
||||
|
@ -463,6 +463,18 @@ Integrity
|
||||
### Compare 2 Tables for Differences
|
||||
Compare 2 tables for differences. Allows a user to check for integrity.
|
||||
|
||||
Supported connectors:
|
||||
- Snowflake
|
||||
- BigQuery
|
||||
- Athena
|
||||
- Redshift
|
||||
- Postgres
|
||||
- MySQL
|
||||
- MSSQL
|
||||
- Oracle
|
||||
- Trino
|
||||
- SAP Hana
|
||||
|
||||
**Dimension**:
|
||||
Consistency
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user