microsoft / vscode-asa

Azure Stream Analytics In VSCode
Creative Commons Attribution 4.0 International
10 stars 15 forks source link

Couldn't run UDA locally on Windows #108

Open taoweng1000 opened 8 months ago

taoweng1000 commented 8 months ago

I tried to run queries using UDA with local input and output on Windows and got an error. Does anyone know if the scenario is supported? if yes, how to configure it?

[2024/01/16 10:18:42 PM] [Error] Failed to compile the query script: Function 'javascriptuda3' has unsupported prefix 'uda'. User defined function calls must start with "udf." prefix.. Error position: {"StartLine":4,"StartColumn":5,"StartOffset":57,"EndLine":4,"EndColumn":25,"EndOffset":77,"Expression":"uda . JavaScriptUDA3 ( h )"}. [2024/01/16 10:18:42 PM] [Error] An error occurred while executing the command: localrun, error details: Function 'javascriptuda3' has unsupported prefix 'uda'. User defined function calls must start with "udf." prefix..