Getting error "ErrorCode=InvalidTemplate, ErrorMessage=The expression 'udf(returnType=DoubleType())

Copper Contributor

Dear All,

 

I have developed a notebook [pyspark] code in azure synapse and try to use this in pipeline and running from there. Notebook is running fine from develop section but from pipeline i am getting below error

 

"code":"BadRequest","message":"ErrorCode=InvalidTemplate, ErrorMessage=The expression 'udf(returnType=DoubleType()) \n' is not valid: the string character '=' at position '14' is not expected.\"","target":"pipeline/PrepairedDataforML/runid/3762828c-c806-4619-b49d-b9c9772c5c2c","details":null,"error":null}
 
Can some one guide if any additional setting is required in pipeline while calling notebook ?
0 Replies