We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b92f75 commit 7cdf69eCopy full SHA for 7cdf69e
airbyte-integrations/connectors/destination-pinecone/README.md
@@ -31,9 +31,9 @@ and place them into `secrets/config.json`.
31
### Locally running the connector
32
33
```
34
-python main.py spec
35
-python main.py check --config secrets/config.json
36
-python main.py write --config secrets/config.json --catalog integration_tests/configured_catalog.json
+poetry run python main.py spec
+poetry run python main.py check --config secrets/config.json
+poetry run python main.py write --config secrets/config.json --catalog integration_tests/configured_catalog.json
37
38
39
### Locally running the connector docker image
0 commit comments