mkalinna commented on issue #28731:
URL: https://github.com/apache/airflow/issues/28731#issuecomment-1374492168
Now it fails in another line in the exasol hook when looking up the
description. It think it would fail in line 188, too.
```
[2023-01-07, 14:47:43 CET] {exasol.py:180} INFO - Running statement: EXECUTE
SCRIPT mohn_fw.update_select_to_date_for_area('CORE'), parameters: None
[2023-01-07, 14:47:43 CET] {taskinstance.py:1772} ERROR - Task failed with
exception
Traceback (most recent call last):
File
"/usr/local/lib/python3.9/site-packages/airflow/providers/common/sql/operators/sql.py",
line 260, in execute
output = hook.run(
File
"/usr/local/lib/python3.9/site-packages/airflow/providers/exasol/hooks/exasol.py",
line 185, in run
_last_description = cur.description
AttributeError: 'ExaStatement' object has no attribute 'description'
```
--
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]