airbytehq / PyAirbyte

PyAirbyte brings the power of Airbyte to every Python developer.
https://docs.airbyte.com/pyairbyte
Other
215 stars 31 forks source link

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

Closed aaronsteers closed 4 months ago

aaronsteers commented 4 months ago

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.