cloudquery / plugin-sdk

CloudQuery Go SDK for source and destination plugins
Mozilla Public License 2.0
21 stars 23 forks source link

fix: Properly handle map and slice pointers #1817

Closed erezrokah closed 1 month ago

erezrokah commented 1 month ago

Summary

I missed this in https://github.com/cloudquery/plugin-sdk/pull/1796. Actually added the normalizePointer for this reason just forgot to use it for map and slice pointers


Use the following steps to ensure your PR is ready to be reviewed