GitHub user tanvn added a comment to the discussion: How to create an WebHDFS connection?
Hmm, actually, I have checked the documents as well as the source code of https://github.com/apache/airflow/blob/2.10.5/airflow/providers/apache/hdfs/hooks/webhdfs.py before posting this question. I think it is better to have an example. So, I tried creating a connection from Web UI as below and with Kerberos authentication (by setting `core.security = "kerberos"` configuration) it is working. (Not sure what is the purpose of `schema` field, though) <img width="1698" alt="Screenshot 2025-05-06 at 0 02 30" src="https://github.com/user-attachments/assets/11c9d08a-6540-446a-bbbe-5da140ca3cd6" /> GitHub link: https://github.com/apache/airflow/discussions/35948#discussioncomment-13040820 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
