You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-outreach/README.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ poetry install --with dev
25
25
**If you are a community contributor**, follow the instructions in the [documentation](https://docs.airbyte.com/integrations/sources/outreach)
26
26
to generate the necessary credentials. Then create a file `secrets/config.json` conforming to the `spec` inside `manifest.yaml` file.
27
27
Note that any directory named `secrets` is gitignored across the entire Airbyte repo, so there is no danger of accidentally checking in sensitive information.
28
-
See `sample_files/sample_config.json` for a sample config file.
28
+
See `integration_tests/sample_config.json` for a sample config file.
29
29
30
30
31
31
### Locally running the connector
@@ -35,11 +35,7 @@ See `sample_files/sample_config.json` for a sample config file.
35
35
poetry run source-outreach spec
36
36
poetry run source-outreach check --config secrets/config.json
37
37
poetry run source-outreach discover --config secrets/config.json
38
-
poetry run source-outreach read --config secrets/config.json --catalog sample_files/configured_catalog.json
39
-
poetry run source-outreach spec
40
-
poetry run source-outreach check --config secrets/config.json
41
-
poetry run source-outreach discover --config secrets/config.json
42
-
poetry run source-outreach read --config secrets/config.json --catalog sample_files/configured_catalog.json
38
+
poetry run source-outreach read --config secrets/config.json --catalog integration_tests/configured_catalog.json
0 commit comments