Hello @Javier Nieto ,
I have further checked with my engineering team on your request and got the response which I have explained below .
The complex datatype in Azure Data flow is of type - Object/Array?Map. PostgreSQL supports array - but not Object/Map. It can’t be supported directly.
Having said that PostgreSQL, supports JSON columns.
To that end, you could convert/transform this complex datatype(derived column) to a JSON String at the ADF end and write it as a JSON column PostgreSQL.
**Note : ** This is slightly different from what I suggested earlier. In this scenario, you are writing the data as a string directly to JSON Column at the PostgreSQL.
You could converted the complex datatype to a json a string using a toString function.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how