dbt-labs / terraform-provider-dbtcloud

dbt Cloud Terraform Provider
https://registry.terraform.io/providers/dbt-labs/dbtcloud
MIT License
80 stars 18 forks source link

Review the provider where we loop through items to `GET` them #198

Closed b-per closed 9 months ago

b-per commented 9 months ago

Some endpoints return at the maximum 100 items when querying for the list of all items.

We need to review where we are using those endpoints and make sure that they continue working even when people have more than 100 items defined.