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

Add protocol version migration #16145

Merged
merged 5 commits into from
Aug 31, 2022

Conversation

alovew
Copy link
Contributor

@alovew alovew commented Aug 30, 2022

Add protocol_version column to actor_definition

@alovew alovew temporarily deployed to more-secrets August 30, 2022 22:18 Inactive
@@ -14,7 +14,7 @@ dependencies {
implementation libs.flyway.core

// Mark as compile only to avoid leaking transitively to connectors
compileOnly libs.platform.testcontainers.postgresql
implementation libs.platform.testcontainers.postgresql
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jdpgrailsdev I saw that you wrote this -- the create migration script was broken and changing this from compileOnly to implementation fixes it, but I'm not 100% sure it's the right fix since I'm not sure what you mean by 'leaking transitively to connectors'

Copy link
Contributor

Choose a reason for hiding this comment

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

@alovew There is another PR attempting to address this as well: #16146. See the discussion in there. I am not opposed to changing it back to implementation, but we should probably do what I have suggested in that PR.

@alovew alovew temporarily deployed to more-secrets August 30, 2022 22:43 Inactive
@alovew alovew temporarily deployed to more-secrets August 31, 2022 00:26 Inactive
@alovew alovew force-pushed the anne/add-protocol-version-to-actor-definition branch from 9bca767 to 3ed4309 Compare August 31, 2022 20:45
@alovew alovew temporarily deployed to more-secrets August 31, 2022 20:47 Inactive
Copy link
Contributor

@jdpgrailsdev jdpgrailsdev left a comment

Choose a reason for hiding this comment

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

:shipit:

@alovew alovew merged commit 827e7a5 into master Aug 31, 2022
@alovew alovew deleted the anne/add-protocol-version-to-actor-definition branch August 31, 2022 23:01
robbinhan pushed a commit to robbinhan/airbyte that referenced this pull request Sep 29, 2022
* Add protocol version migration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants