Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 Source Shopify: /publish missing 0.3.1 #21485

Merged
merged 9 commits into from
Jan 18, 2023
8 changes: 4 additions & 4 deletions airbyte-integrations/connectors/source-shopify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ and place them into `secrets/config.json`.
### Locally running the connector
Use your .venv inside your connector in order to proceed:
```
python3 main.py spec
python3 main.py check --config secrets/config.json
python3 main.py discover --config secrets/config.json
python3 main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json
python main.py spec
python main.py check --config secrets/config.json
python main.py discover --config secrets/config.json
python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json
```

### Locally running the connector docker image
Expand Down