You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/13 09:33:05 UTC

[GitHub] [airflow] pierrejeambrun commented on a change in pull request #19008: TrinoHook add authentication via JWT token and Impersonation

pierrejeambrun commented on a change in pull request #19008:
URL: https://github.com/apache/airflow/pull/19008#discussion_r767548194



##########
File path: airflow/providers/trino/hooks/trino.py
##########
@@ -81,10 +86,14 @@ def get_conn(self) -> Connection:
                 delegate=_boolify(extra.get('kerberos__delegate', False)),
                 ca_bundle=extra.get('kerberos__ca_bundle'),
             )
+            
+        if _boolify(extra.get('impersonate_as_owner', false)):

Review comment:
       I think you have a typo here, `False`, and not `false`, this is breaking tests.




-- 
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-unsubscribe@airflow.apache.org

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