aakashnand commented on code in PR #27095:
URL: https://github.com/apache/airflow/pull/27095#discussion_r1001910759
##########
docs/apache-airflow-providers-trino/connections.rst:
##########
@@ -51,3 +51,4 @@ Extra (optional, connection parameters)
* ``jwt__token`` - If jwt authentication should be used, the value of
token is given via this parameter.
* ``certs__client_cert_path``, ``certs__client_key_path``- If certificate
authentication should be used, the path to the client certificate and key is
given via these parameters.
* ``kerberos__service_name``, ``kerberos__config``,
``kerberos__mutual_authentication``, ``kerberos__force_preemptive``,
``kerberos__hostname_override``, ``kerberos__sanitize_mutual_error_response``,
``kerberos__principal``,``kerberos__delegate``, ``kerberos__ca_bundle`` - These
parameters can be set when enabling ``kerberos`` authentication.
+ * ``session_properties`` - JSON dictionary which allows to set
session_properties. Example:
``{'session_properties':{'scale_writers':true,'task_writer_count:1'}}``
Review Comment:
@eladkal let me know if you have any suggestion or this wording is good?
--
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]