Here are some helpful tips and reminders for your convenience.
You can test this version of PyAirbyte using the following:
# Run PyAirbyte CLI from this branch:
uvx --from 'git+https://github.com/airbytehq/PyAirbyte.git@{{ .branch_name }}' pyairbyte --help
# Install PyAirbyte from this branch for development:
pip install 'git+https://github.com/airbytehq/PyAirbyte.git@{{ .branch_name }}'Airbyte Maintainers can execute the following slash commands on your PR:
/fix-pr- Fixes most formatting and linting issues/poetry-lock- Updates poetry.lock file/test-pr- Runs tests with the updated PyAirbyte/prerelease- Builds and publishes a prerelease version to PyPI
Questions? Join the #pyairbyte channel in our Slack workspace.