Generating resources
Adding resources to an integration can sometimes be a tedious task, some resources can have more than hundreds of fields and relations, and adding them all can
take a long time. To remedy this issue, we provide utilities as part of our plugin-sdk to automatically infer columns
from Go structs. In particular, see the transformers.TransformWithStruct() method.
Next Steps
- Creating a New Integration in Go - Full guide to building a Go source integration
- CloudQuery Types - Understand the Arrow-based type system
- Build - Build integration binaries
Last updated on