Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Jan 28, 2024
1 parent 007184e commit ee37666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Changelog
Breaking changes
~~~~~~~~~~~~~~~~

* The ``use_beeline``, ``proxy_user``, ``principal`` option is moved from the extra field to the ``Use Beeline``, ``Proxy User``, ``Principal`` parameter in the Hook.
* ``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.

* ``Feature make hive client connection simpler (#37043)``
* ``Simplify hive client connection #37043``

6.4.2
.....
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ User Beeline (optional)
Specify as ``True`` if using the Beeline CLI. Default is ``False``.

Proxy User (optional)
Specify a proxy user to run HQL code as this user
Specify a proxy user to run HQL code as this user.

Principal (optional)
Specify the JDBC Hive principal to be used with Hive Beeline.
Expand Down

0 comments on commit ee37666

Please sign in to comment.