Release 1.13.1#2404
Merged
Merged
Conversation
(cherry picked from commit ef5c447)
Merged
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the 1.13.1 release by updating the CHANGELOG.rst with all the enhancements, bug fixes, documentation updates, and other changes included in the release. Additionally, it configures codespell to ignore the username "rin" which appears in the CHANGELOG as a contributor to PR #2309.
Changes:
- Added 1.13.1 release notes to CHANGELOG.rst documenting all changes included in this release
- Configured codespell to use an ignore-words file to prevent false positives on usernames
- Created .codespell-ignore-words file containing the username "rin"
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.rst | Added release notes for version 1.13.1 with all enhancements, bug fixes, documentation updates, and other changes |
| .pre-commit-config.yaml | Added --ignore-words=.codespell-ignore-words argument to codespell configuration to support ignore list |
| .codespell-ignore-words | Created new file containing "rin" to prevent codespell from flagging this username as a misspelling |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pankajkoti
approved these changes
Feb 25, 2026
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.
Enhancements
UnboundLocalErrorforproducer_taskincalculate_tasks_mapby @rin in Refactor to avoid potential futureUnboundLocalErrorforproducer_taskincalculate_tasks_map#2309Bug Fixes
dbt-loomby @award1230 in Fix KeyError in graph selector when using + operator with dbt-loom ex… #2389compiled_sqlforInvocationMode.SUBPROCESSinExecutionMode.WATCHERby @pankajkoti in Populate compiled_sql for InvocationMode.SUBPROCESS in ExecutionMode.WATCHER #2319extra_contextfor watcher consumer task instances by @pankajkoti in Preserve extra_context for watcher consumer task instances #2381deferrable=Falsefromoperator_argson consumer sensor by @pankajkoti in fix(watcher): Respect deferrable=False from operator_args on consumer sensor #2384LoadMode.DBT_MANIFESTandRenderConfig.selectorby @YourRoyalLinus in Error handle invalid YAML withLoadMode.DBT_MANIFESTandRenderConfig.selector#2316Docs
ExecutionMode.KUBERNETESlimitations by @tatiana in DocumentExecutionMode.KUBERNETESlimitations #2326Others
WATCHER_KUBERNETEScallback #2307 by @tatiana in Add tests for PR #2307 #2308Additional details on this change: