I have error when running a pipeline in azure synapse. If I execute the synapse notebook manually it works good (readind and writing). But when I call the name notebook from the ForEach activity inside the pipeline it fails to run. I have the following error. Previously, I had no porblem.
Error
{
"errorCode": "6000",
"message": "{\n \"code\": 400,\n \"message\": \"Failed to run notebook due to invalid request. [Error: Not supported language in Synapse: ]\",\n \"result\": {\n \"errorMessage\": null,\n \"details\": null\n }\n}",
"failureType": "UserError",
"target": "1 - Full load Parquet",
"details": []
}
Maybe worth to mention that, If I run first cmd i notebook manually and then trigger the pipeline, it run perfectly. So I dont know why but I requires the manuall start of engine?