bestlong opened a new issue, #66752:
URL: https://github.com/apache/airflow/issues/66752
### Under which category would you file this issue?
Providers
### Apache Airflow version
3.2.1
### What happened and how to reproduce it?
After creating a new MySQL connection and checking the database, the Schema
field is empty.
Editing the connection settings, setting values for the Schema field, and
then saving results in the following error.
```
422 Validation Error
body.url_schema Extra inputs are not permitted
```
### What you think should happen instead?
_No response_
### Operating System
_No response_
### Deployment
None
### Apache Airflow Provider(s)
_No response_
### Versions of Apache Airflow Providers
apache-airflow-providers-microsoft-mssql 4.5.2
### Official Helm Chart version
Not Applicable
### Kubernetes Version
_No response_
### Helm Chart configuration
_No response_
### Docker Image customizations
```Dockerfile
FROM apache/airflow:3.2.1
RUN pip install --no-cache-dir apache-airflow-providers-microsoft-mssql \
pip-system-certs
```
### 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]