| ✓ row_count |
- |
Row count is 30 (expected >= 10) |
| ✓ not_null |
order_id |
Column 'order_id' has no null values |
| ✓ unique |
order_id |
Column 'order_id' is 100% unique |
| ✓ not_null |
product_name |
Column 'product_name' has no null values |
| ✓ allowed_values |
product_name |
Column 'product_name' has 0 values not in allowed set |
| ✓ positive |
unit_price |
Column 'unit_price' has all positive values |
| ✓ not_null |
status |
Column 'status' has no null values |
| ✓ allowed_values |
status |
Column 'status' has 0 values not in allowed set |
| ✓ not_null |
country |
Column 'country' has no null values |
| ✓ allowed_values |
country |
Column 'country' has 0 values not in allowed set |
| ✓ not_null |
created_at |
Column 'created_at' has no null values |