We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
github.com/cloudquery/plugin-sdk/v2
Hello! We've recently updated plugin-sdk to v2 (includes migration to Apache Arrow for the destination side).
Currently, no major updates to the source side were made.
Here's an easy step-by-step workflow that will allow you to migrate the code easily & efficiently:
gomajor get github.com/cloudquery/plugin-sdk/v2
replace
github.com/apache/arrow/go/v12
go.mod
go mod tidy && go get -t -d ./... && go mod tidy && go mod vendor
make gen lint test
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello!
We've recently updated plugin-sdk to v2 (includes migration to Apache Arrow for the destination side).
Currently, no major updates to the source side were made.
Here's an easy step-by-step workflow that will allow you to migrate the code easily & efficiently:
gomajor get github.com/cloudquery/plugin-sdk/v2
replace
forgithub.aaakk.us.kg/apache/arrow/go/v12
(seegithub.aaakk.us.kg/cloudquery/plugin-sdk/v2
go.mod
)go mod tidy && go get -t -d ./... && go mod tidy && go mod vendor
make gen lint test
(if the appropriate targets exist)The text was updated successfully, but these errors were encountered: