From 3ee25c465cf845469e06a8df12b88f6581ed3c7b Mon Sep 17 00:00:00 2001 From: Andrew Sikowitz Date: Mon, 19 May 2025 15:52:26 -0700 Subject: [PATCH] ci(docs): Fix md prettier lint by ignoring inline blocks (#13558) --- docs/dataproducts.md | 2 ++ docs/managed-datahub/observe/data-contract.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/dataproducts.md b/docs/dataproducts.md index 6186bcdb64..6dfa1761f0 100644 --- a/docs/dataproducts.md +++ b/docs/dataproducts.md @@ -86,9 +86,11 @@ Here is an example of a Data Product named "Pet of the Week" which belongs to th + ```yaml {{ inline /metadata-ingestion/examples/data_product/dataproduct.yaml show_path_as_comment }} ``` + :::note diff --git a/docs/managed-datahub/observe/data-contract.md b/docs/managed-datahub/observe/data-contract.md index 69892046e6..aea2bf0424 100644 --- a/docs/managed-datahub/observe/data-contract.md +++ b/docs/managed-datahub/observe/data-contract.md @@ -43,9 +43,11 @@ For creation via CLI, it’s a simple CLI upsert command that you can integrate 1. Define your data contract. + ```yaml {{ inline /metadata-ingestion/examples/library/create_data_contract.yml show_path_as_comment }} ``` + 2. Use the CLI to create the contract by running the below command.