Here are some helpful tips and reminders for your convenience.
💡 Show Tips and Tricks
You can test this version of the CDK using the following:
# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/airbyte-python-cdk.git@{{ .branch_name }}#egg=airbyte-python-cdk[dev]' --help
# Update a connector to use the CDK from this branch ref:
cd airbyte-integrations/connectors/source-example
poe use-cdk-branch {{ .branch_name }}Airbyte Maintainers can execute the following slash commands on your PR:
/autofix- Fixes most formatting and linting issues/poetry-lock- Updates poetry.lock file/test- Runs connector tests with the updated CDK/prerelease- Triggers a prerelease publish with default arguments/poe build- Regenerate git-committed build artifacts, such as the pydantic models which are generated from the manifest JSON schema in YAML./poe <command>- Runs any poe command in the CDK environment