You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform/connector-development/local-connector-development.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ When developing connectors locally, you'll want to ensure the following tools ar
17
17
1.[`docker`](#docker) - Used when building and running connector container images.
18
18
1.[`gradle`](#gradle) - Required when working with Java and Kotlin connectors.
19
19
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.
For a list of available commands in the `airbyte-cdk` CLI, run `airbyte-cdk --help`.
97
96
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
-
106
97
## Common Development Tasks
107
98
108
99
### Installing Connector Dependencies
@@ -193,7 +184,6 @@ Maintainers can execute any of the following connector admin commands upon reque
193
184
-`/bump-version` - Run the bump version command, which advances the connector version(s) and adds a changelog entry for any modified connector(s).
194
185
-`/format-fix` - Fixes any formatting issues.
195
186
-`/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.
197
187
-`/build-connector-images` - Builds and publishes a pre-release docker image for the modified connector(s).
0 commit comments