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: make dbt thread count configurable #190

Merged
merged 8 commits into from
Dec 6, 2024

Conversation

njuguna-n
Copy link
Contributor

Description

closes #189

Code review checklist

  • Readable: Concise, well named, follows the style guide, documented if necessary.
  • Documented: Configuration and user documentation on cht-docs
  • Tested: Unit and/or e2e where appropriate
  • Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes.

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

@njuguna-n njuguna-n requested a review from witash November 27, 2024 09:04
@njuguna-n njuguna-n marked this pull request as ready for review November 27, 2024 09:07
@njuguna-n njuguna-n merged commit 17318c1 into main Dec 6, 2024
7 checks passed
@njuguna-n njuguna-n deleted the 189-make-dbt-thread-count-configurable branch December 6, 2024 11:39
@medic-ci
Copy link

medic-ci commented Dec 6, 2024

🎉 This PR is included in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@rmayore
Copy link

rmayore commented Dec 10, 2024

Guessing this fixes the below issue I've been having?? @njuguna-n

Screenshot 2024-12-10 at 13 49 21

witash added a commit that referenced this pull request Dec 10, 2024
@witash
Copy link
Contributor

witash commented Dec 12, 2024

Guessing this fixes the below issue I've been having??

this error should be resolved in v1.3.2, which adds the DBT_THREAD_COUNT environment variable to helm templates for kubernetes deployments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the number of dbt threads configurable
4 participants