skip to Main Content

Azure – Synapse Analytics RenameDataFactoryResourceError error when trying to publish a rename pipeline

I'm trying to publish a reanaming pipeline and I'm getting this error and don't know how to deal with Error code: OK Inner error code: RenameDataFactoryResourceError Message: {"code":"InternalError","message":"Internal error has occurred.","target":null,"details":null,"error":null} I've already tried to rename the pipeline again but…

VIEW QUESTION

Attempting to flatten JSON in Azure Data Factory

I have a JSON file in the following format: { "first_name": "Jane", "last_name": "Doe", "userid": 12345, “profile”: { “annoying_field_name_10”: {“field_id”: 15, “field_name”: “Gender”, “value”: “Female”, “applicable”: 1 }, “annoying_field_name_11”: {“field_id”: 16, “field_name”: “Interests”, “value”: “Baking”, “applicable”: 1 } } }…

VIEW QUESTION
Back To Top
Search