Taragolis commented on issue #28731:
URL: https://github.com/apache/airflow/issues/28731#issuecomment-1371522930

   > AttributeError: 'ExaStatement' object has no attribute 'description'
   
   Something here went wrong. Because description property is a mandatory in 
[DB-API 2](https://peps.python.org/pep-0249/#description) but seems like Exasol 
Hook do not use [DB-API 2 
wrapper](https://github.com/exasol/pyexasol/blob/master/docs/DBAPI_COMPAT.md#db-api-20-wrapper)
 when create connection and use native connection instead


-- 
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]

Reply via email to