Programmer-RD-AI commented on issue #53638:
URL: https://github.com/apache/airflow/issues/53638#issuecomment-3151597812
hi, so from what I checked the following is the structure
```
HTTP/1.1 422 Unprocessable Entity
Date: Tue, 04 May 2021 20:24:11 GMT
Content-Type: application/json
{
"code" : "000904",
"message" : "SQL compilation error: error line 1 at position 7\ninvalid
identifier 'AFAF'",
"sqlState" : "42000",
"statementHandle" : "019c0728-0000-df4f-0000-00100006606e"
}
```
reference:
https://docs.snowflake.com/en/developer-guide/sql-api/reference#snowflake-sql-api-reference
how can we proceed with this? let me know, thanks :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]