Skip to content

Commit

Permalink
Update the example schema-generator path to the new airbyte-integrati…
Browse files Browse the repository at this point in the history
…ons (#21835)
  • Loading branch information
bnchrch committed Feb 6, 2023
1 parent 035d415 commit 3e010bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/schema_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ pip install -r requirements.txt
To use a connectors `run` command we first need an AirbyteConfiguredCatalog:

```bash
$ cd ../../connectors/<your-connector> # you need to use the tool at the root folder of a connector
$ ../../airbyte-integrations/connectors/<your-connector> # you need to use the tool at the root folder of a connector
$ docker run --rm -v $(pwd)/secrets:/secrets airbyte/<your-connector-image-name>:dev discover --config /secrets/config.json | schema_generator --configure-catalog
```
This will created the file **configured_catalog.json** in the **integration_tests** folder in the current working directory.
Expand Down

0 comments on commit 3e010bd

Please sign in to comment.