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.