Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix version of airbyte-cdk in Dockerfile pip install #34941

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

lmossman
Copy link
Contributor

@lmossman lmossman commented Feb 7, 2024

What

The .bumpversion.cfg file in airbyte-cdk/python usually handles bumping the version of the airbyte-cdk used in this RUN pip install line of the airbyte-cdk Dockerfile.

However, the CDK version seems to have been manually bumped in this PR, and that line was missed in this manual change.

This caused that line to be left 1 version behind, and since then the bumpversion script has not modified that line on future version bump commits because it didn't match the current cdk version from that point forward.

The effect of this is that this platform PR to update the CDK version used in the platform cannot succeed, as the old CDK version is still being used by the declarative source image, so builder connectors never pass the check command as their manifest version is larger than the CDK version in the declarative source image.

How

This PR fixes the issue for future CDK version bumps by updating the version in that line to match the current version.

It is unclear if this change alone will fix the platform PR linked above - that may require a republishing of the airbyte CDK image.

@lmossman lmossman requested a review from a team as a code owner February 7, 2024 01:47
Copy link

vercel bot commented Feb 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Feb 7, 2024 1:47am

@lmossman lmossman requested a review from girarda February 7, 2024 01:47
@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Feb 7, 2024
Copy link
Contributor

@girarda girarda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! thank you for fixing

@lmossman lmossman merged commit f281672 into master Feb 7, 2024
21 checks passed
@lmossman lmossman deleted the lmossman/fix-airbyte-cdk-version branch February 7, 2024 18:06
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 21, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants