amoghrajesh opened a new issue, #31460: URL: https://github.com/apache/airflow/issues/31460
### Apache Airflow version 2.6.1 ### What happened While creating connections in airflow, the form doesn't check for the correctness of the format of the host provided. For instance, we can proceed providing something like this which is not a valid url: `spark://k8s://100.68.0.1:443?deploy-mode=cluster`. It wont instantly fail but will return faulty hosts and other details if called later. Motivation: https://github.com/apache/airflow/pull/31376#discussion_r1200112106 ### What you think should happen instead The Connection form can have a validator which should check for these scenarios and report if there is an issue to save developers and users time later. ### How to reproduce 1. Go to airflow connections form 2. Fill in connection host as: `spark://k8s://100.68.0.1:443?deploy-mode=cluster`, other details can be anything 3. Create the connection 4. Run `airflow connections get <name>` 5. The host and schema will be wrong ### Operating System Macos ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
