set92 commented on issue #55944: URL: https://github.com/apache/airflow/issues/55944#issuecomment-3319688775
@jroachgolf84 As far as I know, the error should say the same as the query results in snowflake, no? In Snowflake, I get ``` JavaScript execution error: Uncaught Execution of multiple statements failed on statement "INSERT INTO tabl..." (at line 12, position 0). SQL compilation error: Table 'table' does not exist or not authorized. in SYSTEM$MULTISTMT at ' throw `Execution of multiple statements failed on statement {0} (at line {1}, position {2}).`.replace('{1}', LINES[i])' position 4 stackstrace: SYSTEM$MULTISTMT line: 10 ``` which tells me a bit more of the error. Is the idea that the Operator only throws a 422 error for any type of error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org