bolkedebruin commented on code in PR #37043:
URL: https://github.com/apache/airflow/pull/37043#discussion_r1469465035
##########
docs/apache-airflow-providers-apache-hive/connections/hive_cli.rst:
##########
@@ -64,19 +64,14 @@ Schema (optional)
Specify your JDBC Hive database that you want to connect to with Beeline
or specify a schema for an HQL statement to run with the Hive CLI.
-Extra (optional)
- Specify the extra parameters (as json dictionary) that can be used in Hive
CLI connection.
- The following parameters are all optional:
-
- * ``use_beeline``
- Specify as ``True`` if using the Beeline CLI. Default is ``False``.
- * ``proxy_user``
- Specify a proxy user as an ``owner`` or ``login`` or ``as_param`` keep
blank if using a
- custom proxy user.
- When using ``owner`` you will want to pass the operator
``run_as_owner=True`` if you don't you will run the hql as user="owner"
- When using ``as_param`` you will want to pass the operator
``proxy_user=<some_user>`` if you don't you will run the hql as user="as_param"
- * ``principal``
- Specify the JDBC Hive principal to be used with Hive Beeline.
+User Beeline (optional)
Review Comment:
Typo?
--
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]