-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛 Bugfix incorrectly failing check connection operations in Google Ads and Amazon AP API connectors #4288
🐛 Bugfix incorrectly failing check connection operations in Google Ads and Amazon AP API connectors #4288
Conversation
239a31c
to
cb4d30d
Compare
@@ -58,3 +58,4 @@ Information about how to get credentials you may find [here](https://github.com/ | |||
| Version | Date | Pull Request | Subject | | |||
| :------ | :-------- | :----- | :------ | | |||
| `0.1.2` | 2021-06-15 | [#4108](https://github.com/airbytehq/airbyte/pull/4108) | `Fixed: Sync fails with timeout when create report is CANCELLED` | | |||
| `0.1.3` | 2021-06-23 | [#4288](https://github.com/airbytehq/airbyte/pull/4288) | `Fixed: Create connection is failing` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harshithmullapudi we keep the latest version on top
@@ -58,3 +58,4 @@ Information about how to get credentials you may find [here](https://github.com/ | |||
| Version | Date | Pull Request | Subject | | |||
| :------ | :-------- | :----- | :------ | | |||
| `0.1.2` | 2021-06-15 | [#4108](https://github.com/airbytehq/airbyte/pull/4108) | `Fixed: Sync fails with timeout when create report is CANCELLED` | | |||
| `0.1.3` | 2021-06-23 | [#4288](https://github.com/airbytehq/airbyte/pull/4288) | `Fixed: Create connection is failing` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `0.1.3` | 2021-06-23 | [#4288](https://github.com/airbytehq/airbyte/pull/4288) | `Fixed: Create connection is failing` | |
@@ -58,3 +58,4 @@ Information about how to get credentials you may find [here](https://github.com/ | |||
| Version | Date | Pull Request | Subject | | |||
| :------ | :-------- | :----- | :------ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :------ | :-------- | :----- | :------ | | |
| :------ | :-------- | :----- | :------ | | |
| `0.1.3` | 2021-06-23 | [#4288](https://github.com/airbytehq/airbyte/pull/4288) | `Bugfix failing connection check` | |
|
||
| Version | Date | Pull Request | Subject | | ||
| :------ | :-------- | :----- | :------ | | ||
| `0.1.3` | 2021-06-23 | [#4288](https://github.com/airbytehq/airbyte/pull/4288) | `Fixed: Create source is failing` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `0.1.3` | 2021-06-23 | [#4288](https://github.com/airbytehq/airbyte/pull/4288) | `Fixed: Create source is failing` | | |
| `0.1.3` | 2021-06-23 | [#4288](https://github.com/airbytehq/airbyte/pull/4288) | `Bugfix: Correctly declare required parameters ` | |
…oogle-ads
What
Check connection is failing for both amazon-seller-partner and g…
Pre-merge Checklist
Expand the checklist which is relevant for this PR.
Connector checklist
airbyte_secret
in output spec./gradlew :airbyte-integrations:connectors:<name>:integrationTest
./test connector=connectors/<name>
command as documented here is passing.docs/integrations/
directory./publish
command described hereConnector Generator checklist
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changes