Closed
Description
- Use
airbyte-ci connectors --support-level=certified --language=python --language=low-code migrate_to_poetry
to migrate all our certified connectors to poetry. (See airbytehq/airbyte-internal-issues#2903 to get details about what the command will produce.) - Create one PR per connector.
- Merge PRs when CI pass or use
/approve-and-merge
if the CI failure is deemed unrelated to the introduction of poetry.
Definition of done
- All our certified python source connectors are using poetry.
- The README.md file of these connectors is up to date with poetry related instructions.