plugin-sdk icon indicating copy to clipboard operation
plugin-sdk copied to clipboard

CloudQuery Go SDK for source and destination plugins

Results 19 plugin-sdk issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

:robot: I have created a release *beep* *boop* --- ## [4.40.3](https://github.com/cloudquery/plugin-sdk/compare/v4.40.2...v4.40.3) (2024-05-07) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.9.2 ([#1665](https://github.com/cloudquery/plugin-sdk/issues/1665)) ([bdbc8ca](https://github.com/cloudquery/plugin-sdk/commit/bdbc8ca6488a541b19256d91a4f3fd30ffd0f035)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to...

autorelease: pending
ignore-for-release

Fixes https://github.com/cloudquery/cloudquery-issues/issues/1567

automerge
fix

Here I see that plugin-sdk validates the license for offline mode - https://github.com/cloudquery/plugin-sdk/blob/83f5124983e9aae8454c3b2c30bb79ff2a0b9e3e/serve/plugin.go#L194 However even with LICENSE and CLOUDQUERY_API_KEY set it stills talks to api for usage data ``` 2024/04/19...

## ISSUE https://github.com/cloudquery/cloudquery/issues/14590 Right now the behaviour of overlapping syncs of same resource is undefined as they always refer to the same primary keys while writing ## PROPOSAL Accept a...

feat

This removes docs generation from the SDK. This functionality moved to the CloudQuery CLI in https://github.com/cloudquery/cloudquery/pull/12758. Users should now use the `cloudquery tables` command to achieve similar functionality as before....

:robot: I have created a release *beep* *boop* --- ## [4.60.1](https://github.com/cloudquery/plugin-sdk/compare/v4.60.0...v4.60.1) (2024-08-17) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#1872](https://github.com/cloudquery/plugin-sdk/issues/1872)) ([80eb38a](https://github.com/cloudquery/plugin-sdk/commit/80eb38a318bbfd14db2d6a0031e0a2ef467e8a29)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.8 ([#1870](https://github.com/cloudquery/plugin-sdk/issues/1870))...

autorelease: pending
ignore-for-release

#### Summary Mostly an experiment to deal with https://github.com/cloudquery/cloudquery-issues/issues/2227 as I couldn't think of a nice way to make `singleNestedTableMaxConcurrency` dynamic without making the code super complex. This PR adds...

feat