eladkal commented on code in PR #51756:
URL: https://github.com/apache/airflow/pull/51756#discussion_r2174148315


##########
providers/tableau/docs/connections/tableau.rst:
##########
@@ -35,6 +35,12 @@ There are two ways to connect to Tableau using Airflow.
 2. Use a `Token Authentication
    
<https://tableau.github.io/server-client-python/docs/api-ref#personalaccesstokenauth-class>`_
    i.e. add a ``token_name`` and ``personal_access_token`` to the Airflow 
connection (deprecated).
+3. Use `JSON Web Token (JWT) Authentication
+   
<https://tableau.github.io/server-client-python/docs/sign-in-out.html#sign-in-with-json-web-token-jwt>`_
+   i.e add a ``jwt_file`` or a ``jwt_token`` to the Airflow connection extras.
+
+If both Password and Username authentication and JWT authentication are used 
simultaneously,
+Password and Username authentication is preferred.

Review Comment:
   How can both be allowed at the same time?
   Isn't it better to raise mutually exclusive exception?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to