fix: (CDK) (Manifest Migration) - correct the migration versions to v6.48.2#518
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates migration version numbers from "6.48.0" to "6.48.2" to align with deprecation changes. The changes update tests in the manifest migration fixtures and adjust the migration registry accordingly.
- Updated test fixtures in unit_tests/manifest_migrations/conftest.py
- Updated migration registry in airbyte_cdk/manifest_migrations/migrations/registry.yaml
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| unit_tests/manifest_migrations/conftest.py | Updated manifest fixtures and applied_migrations version numbers from "6.48.0" to "6.48.2" |
| airbyte_cdk/manifest_migrations/migrations/registry.yaml | Updated migration registry version from "6.48.0" to "6.48.2" |
📝 WalkthroughWalkthroughThe changes update the migration version identifier from 6.48.0 to 6.48.2 in both the manifest migrations registry file and related unit test fixtures. No other modifications to structure, migration steps, or data were made; the updates are limited to version number increments in both the production and test files. Changes
Suggested labels
Would you like to consider adding a label like 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (9)
🔇 Additional comments (6)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
What
After this PR, there is a need to correct the migration version from
6.48.0>6.48.2to align the functionality with the deprecations.Summary by CodeRabbit