cloudquery / plugin-sdk

CloudQuery Go SDK for source and destination plugins
Mozilla Public License 2.0
22 stars 24 forks source link

feat: Add PluginKind "transformer". #1828

Closed marianogappa closed 3 months ago

marianogappa commented 3 months ago

Add PluginKind's "transformer", which is necessary to enable the transformation's work.

github-actions[bot] commented 3 months ago

⏱️ Benchmark results

erezrokah commented 3 months ago

You'll need to run go mod tidy inside https://github.com/cloudquery/plugin-sdk/tree/main/examples/simple_plugin to fix the tests