From 47658ae8181ac68b80182261080a10a825414113 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Tue, 26 Sep 2023 14:34:46 -0700 Subject: [PATCH] docs: add debug note for capturing `connector_ops` changes when developing `airbyte-ci` --- airbyte-ci/connectors/ci_credentials/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/airbyte-ci/connectors/ci_credentials/README.md b/airbyte-ci/connectors/ci_credentials/README.md index 238ae35351f6..5f35395f0b3d 100644 --- a/airbyte-ci/connectors/ci_credentials/README.md +++ b/airbyte-ci/connectors/ci_credentials/README.md @@ -52,6 +52,11 @@ pipx install --editable airbyte-ci/connectors/ci_credentials/ This is useful when you are making changes to the package and want to test them in real-time. +Note: + +- The package name is `pipelines`, not `airbyte-ci`. You will need this when uninstalling or reinstalling. +- Even with the above `--editable` method, live changes to the code in the sibling project `/airbyte-ci/connectors/connector_ops/` are not automatically captured. To ensure you are using the latest code, use the command `pipx reinstall pipelines`. + ## Usage After installation, you can use the ci_credentials command in your terminal.