kazanzhy commented on PR #23971: URL: https://github.com/apache/airflow/pull/23971#issuecomment-1168578031
As I understand the functionality of DbApiHook will be spread among other hooks. Am I right? It definitely will reduce the time for new feature delivery, but I worry that after some time we could have a lot of `hook.run()` methods with completely different signatures. Yes, now we have `PrestoHook.run()` and `TrinoHook.run()` with additional `hql` and `DatabricksSqlHook.run()` which resulting type is not list of results but list of pairs `(schema, result)`. -- 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]
