chore: Merge branch 'v0.54' into main#3652
Merged
Merged
Conversation
…ON forces _sdc metadata columns (#3650) SSIA ## Summary by Sourcery Bug Fixes: - Include the stream name in the log message emitted when ACTIVATE_VERSION forces _sdc metadata columns to be added. --------- Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
Prepare MeltanoSDK `v0.54.3` for release. Checklist: - [x] Check that the right version is set in all the files. - [x] Groom the changelog for wording or missing entries. - [ ] Merge this PR once everything looks good. [Release Draft](https://github.com/meltano/sdk/releases/tag/untagged-7e449f29d1fdd9b4737f) ## Summary by Sourcery Prepare the 0.54.3 release of the Meltano SDK. Bug Fixes: - Document a fix ensuring stream names are included in log messages when ACTIVATE_VERSION forces _sdc metadata columns. Enhancements: - Bump SDK version references from 0.54.2 to 0.54.3 across project configuration, templates, and documentation metadata. --------- Co-authored-by: edgarrmondragon <16805946+edgarrmondragon@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps the project and templates from v0.54.2 to v0.54.3, documents the new patch release, and ensures ACTIVATE_VERSION logging includes the stream name when _sdc metadata columns are forced, with snapshots updated accordingly. Sequence diagram for ACTIVATE_VERSION handling with stream name loggingsequenceDiagram
participant TargetBase
participant Logger
participant Sink
TargetBase->>TargetBase: _process_activate_version_message(message_dict)
TargetBase->>Logger: log
TargetBase->>Sink: activate_version(version)
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="CHANGELOG.md" line_range="12" />
<code_context>
+
+### 🐛 Fixes
+
+- [#3650](https://github.com/meltano/sdk/issues/3650) Ensure stream name is include in log message when ACTIVATE_VERSION forces \_sdc metadata columns
+
## v0.54.2 (2026-05-18)
</code_context>
<issue_to_address>
**issue (typo):** Typo in sentence: use "is included" instead of "is include".
Update this changelog entry to: "Ensure stream name is included in log message when ACTIVATE_VERSION forces _sdc metadata columns."
```suggestion
- [#3650](https://github.com/meltano/sdk/issues/3650) Ensure stream name is included in log message when ACTIVATE_VERSION forces \_sdc metadata columns.
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3652 +/- ##
=======================================
Coverage 93.89% 93.89%
=======================================
Files 73 73
Lines 5949 5949
Branches 728 728
=======================================
Hits 5586 5586
Misses 270 270
Partials 93 93
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
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.
SSIA
Summary by Sourcery
Release version 0.54.3 and update templates and metadata to reference the new version.
Bug Fixes:
Build:
Documentation:
Tests:
Chores: