phanikumv commented on code in PR #31950:
URL: https://github.com/apache/airflow/pull/31950#discussion_r1231706267
##########
docs/apache-airflow-providers-trino/connections.rst:
##########
@@ -49,6 +49,7 @@ Extra (optional, connection parameters)
The following extra parameters can be used to configure authentication:
* ``jwt__token`` - If jwt authentication should be used, the value of
token is given via this parameter.
+ * ``jwt__file`` - If jwt authentication should be used, the location on
disk for the token is given with this parameter.
Review Comment:
```suggestion
* ``jwt__file`` - If jwt authentication should be used, the location on
disk for the file containing the jwt token.
```
--
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]