[GitHub] [airflow] Taragolis commented on issue #28731: AttributeError: 'ExaStatement' object has no attribute 'description'

2023-01-04 Thread GitBox
Taragolis commented on issue #28731: URL: https://github.com/apache/airflow/issues/28731#issuecomment-1371576296 Yep, for some reason it does not propagate parameters to the method which supports parameters. Maybe we do not need to use DbApiHook for databases which do not have fully

[GitHub] [airflow] Taragolis commented on issue #28731: AttributeError: 'ExaStatement' object has no attribute 'description'

2023-01-04 Thread GitBox
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.pyt

[GitHub] [airflow] Taragolis commented on issue #28731: AttributeError: 'ExaStatement' object has no attribute 'description'

2023-01-04 Thread GitBox
Taragolis commented on issue #28731: URL: https://github.com/apache/airflow/issues/28731#issuecomment-1371513544 > It seems likely the issue was introduced in a refactoring of the Exasol Hook to use common DBApiHook https://github.com/apache/airflow/pull/28009/commits This one includ