From cf35d90e75eda8a7af1b202f3d0d1de1e77cec33 Mon Sep 17 00:00:00 2001 From: Yahya Zuberi <59236638+yahyazuberi@users.noreply.github.com> Date: Tue, 19 May 2026 20:43:08 +0500 Subject: [PATCH] fix: invalid yaml syntax for owner field The `owner` field in the governance-for-observability best practices page had a double colon (`::`) in the YAML example, making it invalid YAML syntax. Removed the extra colon to correct the example. --- docs/cloud/best-practices/governance-for-observability.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud/best-practices/governance-for-observability.mdx b/docs/cloud/best-practices/governance-for-observability.mdx index 66ba2d95b..71c4a4869 100644 --- a/docs/cloud/best-practices/governance-for-observability.mdx +++ b/docs/cloud/best-practices/governance-for-observability.mdx @@ -48,7 +48,7 @@ models: - marketing-public - marketing meta: - owner: :"@analytics.engineer" + owner: "@analytics.engineer" subscribers: - "@marketing.data.analyst" - "@another.marketing.data.analyst" @@ -133,4 +133,4 @@ sources: - (Optional) Add priorities / critical tags to tables / tests - (Optional) Add owners to all top priority tables / tests - Add tags to source tables that describe the source system and / or ingestion method -- Add owners and subscribers to source tables \ No newline at end of file +- Add owners and subscribers to source tables