Skip to content

Commit

Permalink
🎉 Source Intercom: Update the API Version to 2.10 (#35176)
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov authored Feb 14, 2024
1 parent 077b078 commit 20737b4
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 128 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-intercom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See `sample_files/sample_config.json` for a sample config file.
poetry run source-intercom spec
poetry run source-intercom check --config secrets/config.json
poetry run source-intercom discover --config secrets/config.json
poetry run source-intercom read --config secrets/config.json --catalog sample_files/configured_catalog.json
poetry run source-intercom read --config secrets/config.json --catalog integration_tests/configured_catalog.json
```

### Running unit tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ acceptance_tests:
spec:
tests:
- spec_path: "source_intercom/spec.json"
# Spec fix: advanced auth configuration contain `client_id` and `client_secret` fields but they were missing in spec.
backward_compatibility_tests_config:
disable_for_version: "0.2.1"
connection:
tests:
- config_path: "secrets/config.json"
Expand All @@ -18,9 +15,6 @@ acceptance_tests:
discovery:
tests:
- config_path: "secrets/config.json"
# Schema fix: update schemas with undeclared fields which is not breaking change
backward_compatibility_tests_config:
disable_for_version: "0.2.1"
basic_read:
tests:
- config_path: "secrets/config.json"
Expand Down
Loading

0 comments on commit 20737b4

Please sign in to comment.