Replies: 1 comment 1 reply
-
Sure - if you want to make PR about it - feel free. Or open a feature issue describing it and we can mark it as "good first issue" for someone to pick up and work on. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I would like to make a suggestion regarding Trino connection in Airflow UI.
When I first created the trino connection, I accidentally saved the password.
My Trino server only serves http.
Later, when I used the trino connection, I kept getting the error 'Authentication is not available over HTTP'.
As you know, trino does not support basic authentication over http.
However, since Airflow UI does not display the password for security reasons, I was able to see later that the password was still there in the PostgreSQL
connection
table. I had to manually update the value of thepassword
column to null before it worked.So, for the sake of the user, if the schema of the Trino connection URL is http, how about updating it to null when the password is not set?
Thanks for your feedback.
Beta Was this translation helpful? Give feedback.
All reactions