{% extends "base.html" %} {% block title %}Rule Engine{% endblock %} {% block heading %}Rule Engine{% endblock %} {% block content %}
Define data quality checks and transformations applied at each pipeline stage.
Rule Categories
{{ cat }}
{{ types|join(', ') }}
| Rule | Type | Applies To | Column | On Fail | Status | |
|---|---|---|---|---|---|---|
|
{{ rule.name }} {% if rule.description %}{{ rule.description }} {% endif %} |
{{ rule.rule_type.value }} | {{ rule.applies_to }} | {{ rule.column or "—" }} | {{ rule.action_on_fail.value }} | {{ "Active" if rule.enabled else "Off" }} |
|
Add quality checks and transformations to protect your data pipeline.
Recommended Starter Rules
{{ name }}
{{ desc }}