belegdol opened a new issue, #69031: URL: https://github.com/apache/airflow/issues/69031
### Under which category would you file this issue? Providers ### Apache Airflow version 3.2.2 ### What happened and how to reproduce it? I have defined a databricks connection, including `http_path` extra field. This field was not returned back via `sqlalchemy_url` property or `get_uri()` method. ### What you think should happen instead? I would expect the behaviour to mimic `get_conn` behaviour and return the connection string including the `http_path` regardless of how it was provided: https://github.com/apache/airflow/blob/85aa9b621f361c461cb858a39f14ff10966d8fe6/providers/databricks/src/airflow/providers/databricks/hooks/databricks_sql.py#L187-L200 ### Operating System Ubuntu 22.04 ### Deployment Virtualenv installation ### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers 7.16.0 ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] 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]
