cloudquery / plugin-sdk

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

fix: Properly handle map and slice pointers #1817

Closed erezrokah closed 3 months ago

erezrokah commented 3 months 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