Skip to content

Commit

Permalink
Update website/docs/reference/resource-configs/snowflake-configs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Nov 8, 2024
1 parent 8275f51 commit 757032e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ Per the [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/in

By default, when dbt encounters a schema with up to 100,000 objects, it will paginate the results from `show objects` at 10,000 per page for up to 10 pages.

Environments that have more than 100,000 objects in a schema can customize the number of results per page and the page limit with the following flags in the `dbt_project.yml`:
Environments that have more than 100,000 objects in a schema can customize the number of results per page and the page limit with the following [flags](/reference/global-configs/about-global-configs) in the `dbt_project.yml`:

- `list_relations_per_page` — The number of relations on each page (Max 10k as this is the most Snowflake allows).
- `list_relations_page_limit` — The maximum number of pages to include in the results.
Expand Down

0 comments on commit 757032e

Please sign in to comment.