-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
🎉 fix Google Adwords CI & publish new version #4205
Conversation
…rds-ci to catch up master updates
/test connector=connectors/source-google-adwords-singer
|
airbyte-integrations/connectors/source-google-adwords-singer/acceptance-test-config.yml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-google-adwords-singer/acceptance-test-config.yml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-google-adwords-singer/build.gradle
Outdated
Show resolved
Hide resolved
/test connector=connectors/source-google-adwords-singer
|
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.
@po3na4skld as I see, you have only enabled SAT for the Source. Could you please clarify issue and how it helped fix bug? Also could you add CHANGELOG.md and don't forget to bump version and publish.
@po3na4skld @vitaliizazmic CHANGELOG.md has being moved to |
airbyte-integrations/connectors/source-google-adwords-singer/acceptance-test-config.yml
Outdated
Show resolved
Hide resolved
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.
lgtm, just small fixes
…cceptance-test-config.yml
@vitaliizazmic I added them because previous tests were failing due to error: Expected the first incremental sync to produce records. As we have all streams with full refresh, we decided to remove incremental testings as it is not supported for this singer for now. |
/test connector=connectors/source-google-adwords-singer
|
/publish connector=connectors/source-google-adwords-singer
|
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.
@po3na4skld can you update the PR description to explain what changes this PR made? Imagine someone reading the commit log -- "fix the connector" doesn't tell me what this PR is doing 😜
|
||
| Version | Date | Pull Request | Subject | | ||
| :------ | :-------- | :----- | :------ | | ||
| 0.1.2 | 2021-06-25 | [4205](https://github.com/airbytehq/airbyte/pull/4205) | Set up CDK SAT tests. Incremental tests are disabled due to unsupported state structure in current tests: required structure: {stream_name: cursor_value} given {‘bookmarks’: {stream_name: cursor_value}} | |
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.2 | 2021-06-25 | [4205](https://github.com/airbytehq/airbyte/pull/4205) | Set up CDK SAT tests. Incremental tests are disabled due to unsupported state structure in current tests: required structure: {stream_name: cursor_value} given {‘bookmarks’: {stream_name: cursor_value}} | | |
| 0.1.2 | 2021-06-25 | [4205](https://github.com/airbytehq/airbyte/pull/4205) | Set up CDK SAT tests. | |
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.
@po3na4skld the log message is wrong, you bump version to 0.2.5, but logs say about 0.1.2.
Also why did you bumped 0.2.3 to 0.2.5, where is 0.2.4?
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.
good catch eguene.
skipping the version isn't a big problem, but we should definitely list the correct version in the changelog
What
It solves #2929
How
Changing the states to SAT
Recommended reading order
Pre-merge Checklist
Expand the checklist which is relevant for this PR.
Connector checklist
/test connector=connectors/<name>
command as documented here is passing./publish
command described here