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

Feat: Accept docker image names, move DockerExecutor support to experimental module #230

Merged
merged 4 commits into from
May 14, 2024

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented May 14, 2024

This PR moves the newly-expanded get_source implementation into a new airbyte.experimental module, and it reverts the default get_source implementation to not support Docker (yet).

Also, I've renamed the argument from docker_executor (bool) to docker_image which can be bool (True) or it can be a string naming the docker image, with an optional tag.

@aaronsteers aaronsteers changed the title Refactor: Move Docker to experimental, allow docker_image as str or bool Feat: Allow docker_image as str or bool, refactor Docker executor into experimental module May 14, 2024
@aaronsteers aaronsteers changed the title Feat: Allow docker_image as str or bool, refactor Docker executor into experimental module Feat: Allow docker_image as str or bool, refactor DockerExecutor support in get_source to experimental module May 14, 2024
@aaronsteers aaronsteers changed the title Feat: Allow docker_image as str or bool, refactor DockerExecutor support in get_source to experimental module Feat: Allow docker_image as str or bool, move DockerExecutor support to experimental module May 14, 2024
@aaronsteers aaronsteers changed the title Feat: Allow docker_image as str or bool, move DockerExecutor support to experimental module Feat: Accept docker image names, move DockerExecutor support to experimental module May 14, 2024
Copy link
Contributor

@bindipankhudi bindipankhudi left a comment

Choose a reason for hiding this comment

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

Looks great!

@aaronsteers aaronsteers merged commit f4cd1ce into main May 14, 2024
17 checks passed
@aaronsteers aaronsteers deleted the refactor/move-docker-feature-to-experimental branch May 14, 2024 22:42
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