From 4ab3833a8ff64779559ee9b5ec7b3e8bfb8910d4 Mon Sep 17 00:00:00 2001 From: Jonathan Malloy <88856747+jonathanmalloy120@users.noreply.github.com> Date: Mon, 21 Apr 2025 08:57:29 -0400 Subject: [PATCH] Update index.md Fixing broken link --- .../failed-events/monitoring-failed-events/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-product-studio/data-quality/failed-events/monitoring-failed-events/index.md b/docs/data-product-studio/data-quality/failed-events/monitoring-failed-events/index.md index 5bc51bc2ec..2f16e7fcfe 100644 --- a/docs/data-product-studio/data-quality/failed-events/monitoring-failed-events/index.md +++ b/docs/data-product-studio/data-quality/failed-events/monitoring-failed-events/index.md @@ -49,7 +49,7 @@ The detailed view shows the error message as well as other useful metadata (when The data quality dashboard allows you to see failed events directly from your warehouse. Your browser connects directly to an API running within your infrastructure, such that no failed event information flows through Snowplow. The discussion of architecture is important as it highlights the trade-offs between the two ways of monitoring failed events. The aforementioned API is a simple proxy that connects to your warehouse and serves the failed events to your browser. The connection is fully secure, using an encrypted channel (HTTPS) and authenticating/authorizing via the same mechanism used by Console. -In order for you to be able to deploy and use the data quality dashboard, you need to sink failed events to the warehouse via a [Failed Events Loader](/docs/data-product-studio/data-quality/failed-events/exploring-failed-events/warehouse-lake/#setup). The data quality dashboard only supports Snowflake. +In order for you to be able to deploy and use the data quality dashboard, you need to sink failed events to the warehouse via a [Failed Events Loader](/docs/data-product-studio/data-quality/failed-events/exploring-failed-events/warehouse-lake). The data quality dashboard only supports Snowflake. ![](images/dqd-architecture.png)