Describe the Bug
I am using the Azure source plugin. In the tags column I am seeing issues with unicode characters
{"BillTo":"P\u0026T"} instead of {"BillTo":"P&T"}. This works properly with Postgres destination.
Expected Behavior
The data should be stored as {"BillTo":"P&T"}.
CloudQuery Version
| Component |
Version |
cloudquery |
v2.2.0 |
azure |
v3.4.0 |
mssql |
v1.0.0 |
References
See #6984 for originally reported issue.