Skip to content

Commit

Permalink
correct dead links and exclude docs (#6857)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Oct 7, 2021
1 parent e5abaec commit 8d599c8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 18 deletions.
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

0 comments on commit 8d599c8

Please sign in to comment.