Skip to content

Commit 2558486

Browse files
docs: remove deprecated airbyte-ci references from local-connector-development.md (#75943)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 3ecee32 commit 2558486

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/platform/connector-development/local-connector-development.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ When developing connectors locally, you'll want to ensure the following tools ar
1717
1. [`docker`](#docker) - Used when building and running connector container images.
1818
1. [`gradle`](#gradle) - Required when working with Java and Kotlin connectors.
1919
1. [Airbyte CDKs](#airbyte-connector-development-kits-cdks) - The Airbyte Connector Development Kit (CDK) tools, including the [`airbyte-cdk` CLI](#the-airbyte-cdk-cli).
20-
1. [`airbyte-ci` (deprecated)](#airbyte-ci-deprecated) - Used for a large number of tasks such as building and publishing.
2120

2221
### Poe the Poet
2322

@@ -95,14 +94,6 @@ uv tool install --upgrade 'airbyte-cdk[dev]'
9594

9695
For a list of available commands in the `airbyte-cdk` CLI, run `airbyte-cdk --help`.
9796

98-
### airbyte-ci (deprecated)
99-
100-
Airbyte CI `(airbyte-ci`) is a Dagger-based tool for accomplishing specific tasks. See `airbyte-ci --help` for a list of commands you can run.
101-
102-
:::warning
103-
The Airbyte CI tool is now deprecated and will be phased out shortly. Most airbyte-ci commands have a simpler equivalent in Poe, which you can discover using `poe --help`.
104-
:::
105-
10697
## Common Development Tasks
10798

10899
### Installing Connector Dependencies
@@ -193,7 +184,6 @@ Maintainers can execute any of the following connector admin commands upon reque
193184
- `/bump-version` - Run the bump version command, which advances the connector version(s) and adds a changelog entry for any modified connector(s).
194185
- `/format-fix` - Fixes any formatting issues.
195186
- `/run-connector-tests` - Run the connector tests for any modified connectors.
196-
- `/run-cat-tests` - Run the legacy connector acceptance tests (CAT) for any modified connectors. This is helpful if the connector has poor test coverage overall.
197187
- `/build-connector-images` - Builds and publishes a pre-release docker image for the modified connector(s).
198188
- `/poe` - Run a Poe task.
199189

0 commit comments

Comments
 (0)