Pass docker hub credentials to airbyte-ci's bump_version
command
#35802
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.
What
The
bump_version
command, as part of its process to bump the connector version tag in itsmetadata.yaml
file, validates the metadata. The pipeline step that does this requires the docker hub credentials to be passed in (should it? That's a separate question). Thebump_version
command does not pass them in when creating the context for the pipeline's execution. This PR changes that.Airbyters can read this slack thread for additional context.
🚨 User Impact 🚨
People bumping versions with
airbyte-ci connectors --name $connector_name bump_version $args
will actually succeed as long as they don't mess up their CLI args.