From d1722b52cbde69a95e1ea91b743f9371ebaf7b69 Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Tue, 23 Jul 2024 14:38:40 -0700 Subject: [PATCH] Add comment in example for description --- ...schema-discovery-environment-applied-modelHistoricalRuns.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/schema-discovery-environment-applied-modelHistoricalRuns.mdx b/website/docs/docs/dbt-cloud-apis/schema-discovery-environment-applied-modelHistoricalRuns.mdx index d1463f9e9b7..e76a7130c80 100644 --- a/website/docs/docs/dbt-cloud-apis/schema-discovery-environment-applied-modelHistoricalRuns.mdx +++ b/website/docs/docs/dbt-cloud-apis/schema-discovery-environment-applied-modelHistoricalRuns.mdx @@ -25,7 +25,7 @@ query { environment(id: 834) { applied { modelHistoricalRuns( - uniqueId: "model.marketing.customers" + uniqueId: "model.marketing.customers" # Use this format for unique ID: RESOURCE_TYPE.PACKAGE_NAME.RESOURCE_NAME lastRunCount: 20 ) { runId # Get historical results for a particular model