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

Docs: correct dead links and exclude docs #6857

Merged
merged 1 commit into from
Oct 7, 2021
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
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Place custom tests inside `integration_tests/` folder, then, from the connector
python -m pytest integration_tests
```
#### Acceptance Tests
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](source-acceptance-tests.md) for more information.
Customize `acceptance-test-config.yml` file to configure tests. See [Source Acceptance Tests](https://docs.airbyte.io/connector-development/testing-connectors/source-acceptance-tests-reference) for more information.
If your connector requires to create or destroy resources for use during acceptance tests create fixtures for it and place them inside integration_tests/acceptance.py.
To run your integration tests with acceptance tests, from the connector root, run
```
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Airbyte uses a grading system for connectors to help users understand what to ex
|[GitLab](./sources/gitlab.md)| Beta |
|[Google Ads](./sources/google-ads.md)| Beta |
|[Google Adwords](./sources/google-adwords.md)| Beta |
|[Google Analytics](./sources/googleanalytics.md)| Beta |
|[Google Analytics v4](./sources/google-analytics-v4.md)| Beta |
|[Google Directory](./sources/google-directory.md)| Certified |
|[Google Search Console](./sources/google-search-console.md)| Beta |
Expand Down
15 changes: 0 additions & 15 deletions docs/integrations/sources/woo-commerce.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/integrations/sources/zuora.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Any other data type not listed in the table above will be treated as `string`.

## List of Supported Environments for Zuora
### Production
<!-- markdown-link-check-disable -->
| Environment | Endpoint |
| :--- | :--- |
| US Production | https://rest.zuora.com |
Expand All @@ -85,6 +86,7 @@ Any other data type not listed in the table above will be treated as `string`.
| US Central Sandbox | https://rest.test.zuora.com |
| EU API Sandbox | https://rest.sandbox.eu.zuora.com |
| EU Central Sandbox | https://rest.test.eu.zuora.com |
<!-- markdown-link-check-enable -->
### Other
| Environment | Endpoint |
| :--- | :--- |
Expand Down
2 changes: 1 addition & 1 deletion docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Other progress on connectors:

## 10/30/2020

**New sources:** [Salesforce](../../integrations/sources/salesforce.md), [Google Analytics](../../integrations/sources/googleanalytics.md), [Hubspot](../../integrations/sources/hubspot.md), [GitHub](../../integrations/sources/github.md), [Google Sheets](../../integrations/sources/google-sheets.md), [Rest APIs](connectors.md), and [MySQL](../../integrations/sources/mysql.md)
**New sources:** [Salesforce](../../integrations/sources/salesforce.md), Google Analytics, [Hubspot](../../integrations/sources/hubspot.md), [GitHub](../../integrations/sources/github.md), [Google Sheets](../../integrations/sources/google-sheets.md), [Rest APIs](connectors.md), and [MySQL](../../integrations/sources/mysql.md)

## 10/21/2020

Expand Down