Skip to content
Open
12 changes: 6 additions & 6 deletions docs/components/anomaly-support/index.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!-- all-types--start -->
| Type | Supported |
|---------|--------------------------|
| <div class="text-negative">Record</div><div>Flag inconsistencies at the row level</div> | <div style="text-align:center">:octicons-check-16:</div> |
| <div class="text-negative">Shape</div><div>Flag inconsistencies in the overall patterns and distributions of a field</div> | <div style="text-align:center">:octicons-check-16:</div> |
| Record<div>Flag inconsistencies at the row level</div> | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| Shape<div>Flag inconsistencies in the overall patterns and distributions of a field</div> | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
<!-- all-types--end -->

<!-- record-only--start -->
| Type | Supported |
|---------|--------------------------|
| <div class="text-negative">Record</div><div>Flag inconsistencies at the row level</div> | <div style="text-align:center">:octicons-check-16:</div> |
| <div class="grayscale">Shape</div><div>Flag inconsistencies in the overall patterns and distributions of a field</div> | |
| Record<div>Flag inconsistencies at the row level</div> | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| Shape<div>Flag inconsistencies in the overall patterns and distributions of a field</div> | <div style="text-align:center">:material-close-circle:{ style="color: #f44336" }</div> |
<!-- record-only--end -->

<!-- shape-only--start -->
| Type | Supported |
|---------|--------------------------|
| <div class="grayscale">Record</div><div>Flag inconsistencies at the row level</div> | |
| <div class="text-negative">Shape</div><div>Flag inconsistencies in the overall patterns and distributions of a field</div> | <div style="text-align:center">:octicons-check-16:</div> |
| Record<div>Flag inconsistencies at the row level</div> | <div style="text-align:center">:material-close-circle:{ style="color: #f44336" }</div> |
| Shape<div>Flag inconsistencies in the overall patterns and distributions of a field</div> | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
<!-- shape-only--end -->
6 changes: 3 additions & 3 deletions docs/data-quality-checks/after-date-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ Use After Date Time whenever you need to:

**Accepted Types**

| Type | |
| Type | Supported |
|---------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
14 changes: 7 additions & 7 deletions docs/data-quality-checks/any-not-null-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ Any Not Null acts as a safety net that prevents contextless records from silentl

**Accepted Types**

| Type | |
| Type | Supported |
|---------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `Boolean` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Boolean` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

## General Properties

Expand Down
6 changes: 3 additions & 3 deletions docs/data-quality-checks/before-date-time-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

**Accepted Types**

| Type | |
| Type | Supported |
|------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
6 changes: 3 additions & 3 deletions docs/data-quality-checks/between-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ In this case, the Between check caught values that were technically valid number

**Accepted Types**

| Type | |
| Type | Supported |
|---------------|--------------------------|
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
6 changes: 3 additions & 3 deletions docs/data-quality-checks/between-times-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ Use Between Times whenever you need to validate **when** data occurs:

**Accepted Types**

| Type | |
| Type | Supported |
|---------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/data-quality-checks/contains-credit-card-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ Contains Credit Card acts as a guardrail for payment data. If a system says *“

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/data-quality-checks/contains-email-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ Manual data review works only at small scale. Automated checks like **Contains E

**Accepted Types**

| Type | |
| Type | Supported |
|----------|--------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ The **Contains Social Security Number** check acts as an automated safeguard—e

**Accepted Types**

| Type | |
| Type | Supported |
|---------|--------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/data-quality-checks/contains-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

**Accepted Types**

| Type | |
| Type | Supported |
|---------|--------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
14 changes: 7 additions & 7 deletions docs/data-quality-checks/data-diff-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,14 @@ Use Data Diff whenever you:

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `Boolean` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Boolean` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
14 changes: 7 additions & 7 deletions docs/data-quality-checks/distinct-count-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `Boolean` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Boolean` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/data-quality-checks/entity-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ entity identifier shares the same value for the designated `distinction field`

**Accepted Types**

| Type | |
| Type | Supported |
|----------|----------------------------------------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
6 changes: 3 additions & 3 deletions docs/data-quality-checks/equal-to-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
10 changes: 5 additions & 5 deletions docs/data-quality-checks/equal-to-field-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|----------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
14 changes: 7 additions & 7 deletions docs/data-quality-checks/exists-in-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ These enhancements enable businesses to maintain data integrity even in complex,

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `Boolean` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Boolean` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
14 changes: 7 additions & 7 deletions docs/data-quality-checks/expected-values-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `Boolean` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Boolean` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
6 changes: 3 additions & 3 deletions docs/data-quality-checks/greater-than-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
10 changes: 5 additions & 5 deletions docs/data-quality-checks/greater-than-field-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/data-quality-checks/is-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This check leverages machine learning powered by the [libpostal library](https:/

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/data-quality-checks/is-credit-card-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
14 changes: 7 additions & 7 deletions docs/data-quality-checks/is-replica-of-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ In a distributed data ecosystem, replication often occurs to maintain high avail

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Date` | <div style="text-align:center">:octicons-check-16:</div> |
| `Timestamp` | <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `Boolean` | <div style="text-align:center">:octicons-check-16:</div> |
| `Date` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Timestamp` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Boolean` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/data-quality-checks/is-type-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `String` | <div style="text-align:center">:octicons-check-16:</div> |
| `String` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
6 changes: 3 additions & 3 deletions docs/data-quality-checks/less-than-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

**Accepted Types**

| Type | |
| Type | Supported |
|-------------|--------------------------|
| `Integral` | <div style="text-align:center">:octicons-check-16:</div> |
| `Fractional`| <div style="text-align:center">:octicons-check-16:</div> |
| `Integral` | <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |
| `Fractional`| <div style="text-align:center">:material-check-circle:{ style="color: #4caf50" }</div> |

### General Properties

Expand Down
Loading
Loading