Using sample script from a Data Lake Analytics tutorial, the following error occurs when building the script:
E_CSC_USER_SYNTAXERROR: syntax error. Expected one of: RETURN '[' ALTER COMBINE CREATE DECLARE DEPLOY DROP END EXTRACT IF INSERT OUTPUT PROCESS REDUCE REFERENCE RESOURCE SELECT SET TABLE TRUNCATE UPDATE USE USING VIEW identifier quoted-identifier variable ';' '('
The error line is the last line of the script. The script in the tutorial does end with an OUTPUT statement, which the syntax error is saying is expected.
Any thoughts?