diff --git a/docs/dataproducts.md b/docs/dataproducts.md index 0e8c9f4d3a..6186bcdb64 100644 --- a/docs/dataproducts.md +++ b/docs/dataproducts.md @@ -87,11 +87,7 @@ 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, - }, -} +{{ 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 34156516df..69892046e6 100644 --- a/docs/managed-datahub/observe/data-contract.md +++ b/docs/managed-datahub/observe/data-contract.md @@ -44,11 +44,7 @@ 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, - }, -} +{{ 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.