1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Docs fix: ConfiguredAirbyteCatalog refs (#33483)

This commit is contained in:
Aaron ("AJ") Steers
2023-12-14 08:39:29 -08:00
committed by GitHub
parent 479502caa3
commit d083d15665
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ $ source .venv/bin/activate # enable the venv
$ pip install -r requirements.txt
```
To use a connectors `run` command we first need an AirbyteConfiguredCatalog:
To use a connector's `run` command we first need a `ConfiguredAirbyteCatalog`:
```bash
$ ../../airbyte-integrations/connectors/<your-connector> # you need to use the tool at the root folder of a connector