Repo created to demonstrate a potential bug in transformers.TransformWithStruct function in the cloudquery SDK.
When providing native fields (non-pointer), the expected outcome would be non-nullable fields in the destination.
When providing nullable fields (poitners), the expected outcome would be nullable fields in the destination.
- Run
go build . && cloudquery sync . - Check nullability of fields with a SQLite db viewer
