From 26c12011492def4c6f8940afad247c0ac50b34e6 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:48:48 +0000 Subject: [PATCH] Update sl-jdbc.md --- website/docs/docs/dbt-cloud-apis/sl-jdbc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-jdbc.md b/website/docs/docs/dbt-cloud-apis/sl-jdbc.md index 0bcf04efad5..c082ae1bb4d 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-jdbc.md +++ b/website/docs/docs/dbt-cloud-apis/sl-jdbc.md @@ -165,7 +165,7 @@ If no substring is provided, the query returns all metrics. In the case when you don't want to return the full result set from a metadata call, you can paginate the results for both `semantic_layer.metrics()` and `semantic_layer.dimensions()` calls using the `page_size` and `page_number` parameters. -- `page_size`: This is an optional feature which sets the number of records per page. If left as `None`, there is no page limit. +- `page_size`: This is an optional variable which sets the number of records per page. If left as None, there is no page limit. - `page_number`: This is another optional feature which specifies the page number to retrieve. Defaults to `1` (first page) if not specified. Examples: