diff --git a/content/en/monitors/types/data_observability.md b/content/en/monitors/types/data_observability.md index 4f13abba145..57d6a3afc79 100644 --- a/content/en/monitors/types/data_observability.md +++ b/content/en/monitors/types/data_observability.md @@ -104,7 +104,11 @@ Combine any of these filters with `AND` or `OR`, use parentheses to group condit **Filter by lineage relationship:** -To scope your selection to assets that are connected to another asset in your lineage graph, click {{< ui >}}Add Lineage Filter{{< /ui >}}. Choose {{< ui >}}Upstream of{{< /ui >}} or {{< ui >}}Downstream of{{< /ui >}}, then select a specific asset or use the same `key:value` filters to match a set of assets. For example, monitor every table that is upstream of a critical dashboard, or every column downstream of a specific source table. +To scope your selection to assets that are connected to another asset in your lineage graph, click {{< ui >}}Add Relation Filter{{< /ui >}}. Choose {{< ui >}}Upstream of{{< /ui >}} or {{< ui >}}Downstream of{{< /ui >}}, then select a specific asset or use the same `key:value` filters to match a set of assets. For example, monitor every table that is upstream of a critical dashboard, or every column downstream of a specific source table. + +**Filter by hierarchy relationship:** + +To scope your selection to assets that are a parent or child of another asset in your lineage graph, click {{< ui >}}Add Relation Filter{{< /ui >}}. Choose {{< ui >}}Parent of{{< /ui >}} or {{< ui >}}Child of{{< /ui >}}, then select a specific asset or use the same `key:value` filters to match a set of assets. For example, monitor every table that has a `revenue` column, or every table that is within a critical schema. A single monitor can track up to 5,000 tables, views, or columns. This limit cannot be increased. If your query matches more, split them across multiple monitors.