Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dbt cloud): Changing page size #7

Merged

Conversation

gabby-dol
Copy link
Collaborator

Currently, page_size is set to 500. According to the dbt announcement email (search for Action required: API Request Limits in dbt Cloud in your inbox), from December 2023, it will only return 100 records. So, we need to change the default value for page_size to 100.

@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f604042) 76.11% compared to head (3f906bd) 76.05%.

Files Patch % Lines
...c/dbttoolkit/dbt_cloud/clients/dbt_cloud_client.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   76.11%   76.05%   -0.07%     
==========================================
  Files          16       16              
  Lines         381      380       -1     
  Branches       51       51              
==========================================
- Hits          290      289       -1     
  Misses         78       78              
  Partials       13       13              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gabby-dol gabby-dol merged commit d4624ab into main Nov 23, 2023
2 checks passed
@gabby-dol gabby-dol deleted the DATAPS-1479-change-default-value-for-page-size-in-dbt-toolkit branch November 23, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants