From 0eacab0f3f914243ffbc7b767fe17fabb296939a Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:01:14 +0100 Subject: [PATCH] Remove line added in other PR --- docs/rules.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/rules.md b/docs/rules.md index 561c0aee..a6f814ed 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -23,7 +23,6 @@ hide: |Testing |[Missing Primary Key Tests](../rules/testing/#missing-primary-key-tests) |`fct_missing_primary_key_tests`| |Testing |[Missing Source Freshness](../rules/testing/#missing-source-freshness) |`fct_sources_without_freshness`| |Testing |[Test Coverage](../rules/testing/#test-coverage) |`fct_test_coverage`| -|Testing |[Source Freshness](../rules/testing/#missing-source-freshness) |`fct_sources_without_freshness`| |Documentation |[Undocumented Models](../rules/documentation/#undocumented-models) |`fct_undocumented_models`| |Documentation |[Documentation Coverage](../rules/documentation/#documentation-coverage) |`fct_documentation_coverage`| |Documentation |[Undocumented Source Tables](../rules/documentation/#undocumented-source-tables) |`fct_undocumented_source_tables`|