eladkal commented on code in PR #37043: URL: https://github.com/apache/airflow/pull/37043#discussion_r1468906095
########## airflow/providers/apache/hive/CHANGELOG.rst: ########## @@ -27,6 +27,18 @@ Changelog --------- +7.0.0 +..... + + +Breaking changes +~~~~~~~~~~~~~~~~ + +* ``use_beeline``, ``proxy_user``, ``principal`` in hive client connection options is moved from the extra field to ``Use Beeline``, ``Proxy User``, ``Principal`` parameter in the Hook. +* Remove the ability of specify a proxy user as an ``owner`` or ``login`` or ``as_param`` in the connection. Now, setting the user in ``Proxy User`` connection parameter or passing ``proxy_user`` to HiveHook will do the job. + +* ``Simplify hive client connection #37043`` Review Comment: ```suggestion ``` This line will be added by release manager automatically -- 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]
