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 Intercom: Update the API Version to 2.10 #35176

Merged
merged 6 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading