Skip to content

Conversation

@maxi297
Copy link
Contributor

@maxi297 maxi297 commented Sep 8, 2025

What

  • Add the update of the metadata.yaml file for dockerImageTag
  • Updated the version update to 7.0.1
  • Fix some issues where the changelogs were not updated properly

Summary by CodeRabbit

  • New Features
    • Added a CLI tool to automate migrating Airbyte connectors to CDK v7.
    • Discovers connectors, evaluates migration eligibility, and flags blockers.
    • Supports both declarative and Python connectors with path-aware manifest detection.
    • Automatically updates base images, dependencies, lockfiles, and docker tags.
    • Increments versions and appends changelog entries for migrated connectors.
    • Provides progress output, robust logging, and error handling during batch migrations.

@github-actions github-actions bot added bug Something isn't working security labels Sep 8, 2025
@github-actions
Copy link

github-actions bot commented Sep 8, 2025

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This CDK Version

You can test this version of the CDK using the following:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/airbyte-python-cdk.git@maxi297/cdk7_migration_script-fixes#egg=airbyte-python-cdk[dev]' --help

# Update a connector to use the CDK from this branch ref:
cd airbyte-integrations/connectors/source-example
poe use-cdk-branch maxi297/cdk7_migration_script-fixes

Helpful Resources

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poetry-lock - Updates poetry.lock file
  • /test - Runs connector tests with the updated CDK
  • /poe build - Regenerate git-committed build artifacts, such as the pydantic models which are generated from the manifest JSON schema in YAML.
  • /poe <command> - Runs any poe command in the CDK environment

📝 Edit this welcome message.

@maxi297
Copy link
Contributor Author

maxi297 commented Sep 8, 2025

Duplicate

@maxi297 maxi297 closed this Sep 8, 2025
@maxi297 maxi297 deleted the maxi297/cdk7_migration_script-fixes branch September 8, 2025 14:11
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 8, 2025

Caution

Review failed

An error occurred during the review process. Please try again later.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch maxi297/cdk7_migration_script-fixes

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants