-
Notifications
You must be signed in to change notification settings - Fork 547
feat(source/mysql): Upgrade to github.com/cloudquery/plugin-sdk/v2
#10060
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
Conversation
yevgenypats
left a comment
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.
Given the upgrade is non-trivial I suggest waiting until we rolled out destinations so we can review destination first, learn from that and then move to sources.
|
@yevgenypats the non-trivial part is caused only by testing, so the mainline code update was, in fact, trivial. |
6a1884e to
3520567
Compare
This reverts commit 9b599f4.
🤖 I have created a release *beep* *boop* --- ## [1.1.0](plugins-source-mysql-v1.0.4...plugins-source-mysql-v1.1.0) (2023-04-25) ### Features * **source/mysql:** Upgrade to `github.com/cloudquery/plugin-sdk/v2` ([#10060](#10060)) ([c5820b0](c5820b0)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v2 to v2.3.8 ([#10213](#10213)) ([f358666](f358666)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v2 to v2.4.0 ([#10278](#10278)) ([a0a713e](a0a713e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Closes #10034.
It includes some nontrivial code for transformation (that is used solely for tests)