core3-marcin-molak opened a new issue, #55893:
URL: https://github.com/apache/airflow/issues/55893
### Apache Airflow version
3.0.6
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
I have create extra for sql server connection with the following extras:
`{
"tds_version":"7.3",
"as_dict":true
}`
I got uri with
__extra__=%7B%22tds_version%22%3A+%227.3%22%2C+%22as_dict%22%3A+1%7D
and alchemy have issue with __extra__ parameter.
When I change boolean into string:
`{
"tds_version":"7.3",
"as_dict":"true"
}`
uri contains: ?tds_version=7.3&as_dict=true
but alchemy have problem with map from string into boolean
### What you think should happen instead?
_No response_
### How to reproduce
Add extras to connection and try to get alchemy_connection for sql server
### Operating System
Ubuntu
### Versions of Apache Airflow Providers
_No response_
### Deployment
Virtualenv installation
### Deployment details
_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]