Skip to content

Commit dd85e73

Browse files
bazarnovjatinyadav-cc
authored andcommitted
🎉 Source Intercom: Update the API Version to 2.10 (airbytehq#35176)
1 parent 5078584 commit dd85e73

File tree

6 files changed

+41
-128
lines changed

6 files changed

+41
-128
lines changed

airbyte-integrations/connectors/source-intercom/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See `sample_files/sample_config.json` for a sample config file.
3030
poetry run source-intercom spec
3131
poetry run source-intercom check --config secrets/config.json
3232
poetry run source-intercom discover --config secrets/config.json
33-
poetry run source-intercom read --config secrets/config.json --catalog sample_files/configured_catalog.json
33+
poetry run source-intercom read --config secrets/config.json --catalog integration_tests/configured_catalog.json
3434
```
3535

3636
### Running unit tests

airbyte-integrations/connectors/source-intercom/acceptance-test-config.yml

-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ acceptance_tests:
66
spec:
77
tests:
88
- spec_path: "source_intercom/spec.json"
9-
# Spec fix: advanced auth configuration contain `client_id` and `client_secret` fields but they were missing in spec.
10-
backward_compatibility_tests_config:
11-
disable_for_version: "0.2.1"
129
connection:
1310
tests:
1411
- config_path: "secrets/config.json"
@@ -18,9 +15,6 @@ acceptance_tests:
1815
discovery:
1916
tests:
2017
- config_path: "secrets/config.json"
21-
# Schema fix: update schemas with undeclared fields which is not breaking change
22-
backward_compatibility_tests_config:
23-
disable_for_version: "0.2.1"
2418
basic_read:
2519
tests:
2620
- config_path: "secrets/config.json"

0 commit comments

Comments
 (0)