Skip to content

Commit

Permalink
Update sl-jdbc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 30, 2024
1 parent 28c306d commit 9e1d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/sl-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If no substring is provided, the query returns all metrics.
<Expandable alt_header="Paginate metadata calls">
In cases where user manifests are large, pagination is a useful way to prevent query character limits in the data platform. You can paginate results for both `semantic_layer.metrics()` and `semantic_layer.dimensions()` calls using the `page_size` and `page_number` parameters.
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_number`: This is another optional feature which specifies the page number to retrieve. Defaults to `1` (first page) if not specified.
Expand Down

0 comments on commit 9e1d436

Please sign in to comment.