Conversation
dbt-labs#16221) Updates README, CONTRIBUTING, CHANGELOG, issue/PR templates, changie config, and workflow copy to reflect the dbt-core -> dbt-oss rename. Code and release-pipeline changes are tracked separately. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
* Rename dbt-core to dbt-oss in repo-facing docs Closes dbt-labs#16221 ## Summary - Rebrands repo-facing docs, GitHub templates, workflow copy, and package metadata from dbt-core/dbt Core to dbt-oss/dbt OSS. - Code and release-pipeline changes are handled in separate PRs. ## Test plan - [ ] N/A — docs/config only Copybara-Public-Head-SHA: de3640a GitOrigin-RevId: 3fec1f3 * adding pyproject changes manually --------- Co-authored-by: Tauhid Anjum <tauhid.anjum@dbtlabs.com> GitOrigin-RevId: a3e4e02dbdc11770546323f8e4379d534332c72e
Closes dbt-labs#16185 GitOrigin-RevId: c1cfef3b81895cd7de716ac24bb64eb1ede95a1a
* dbt-runtime: Carry the current tracing Span on task spawning * dbt-runtime: Expose max_parallelism() * dbt-runtime: Prepare for dynamically-configurable thread-cap * dbt-runtime: Allow dynamic configuration of the thread-cap GitOrigin-RevId: 09bec9d85af313e6c2de13040632a534401c7104
'Sine free-threaded' → 'Since', 'imporved' → 'improved', 'dependend by tests' → 'depended on by tests'.
|
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @simpleqt |
Contributor
|
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three comment typos:
crates/dbt-python-core/src/lib.rs: "Sine free-threaded python" → "Since"; "imporved" → "improved"Cargo.toml: "also dependend by tests" → "also depended on by tests"Comments only (no code change, so no changie entry).