tgaliotto opened a new issue, #11322: URL: https://github.com/apache/dolphinscheduler/issues/11322
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I am not able to use DATA_QUALITY task with SQL Server because listed tables come from dbo schema only. ### What you expected to happen Listed tables come from all the database, from all the available schemas. ### How to reproduce 1. Create a data source with SQLSERVER datasource type. The database should contain other schemas than the default dbo one. 2. Create a task with DATA_QUALITY task type using this datasource. Problem: the SrcTable lists tables from the dbo schema only. I tried to modify the datasource by adding jdbc parameters to specify the schema but it is not taken into account. ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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://www.apache.org/foundation/policies/conduct) -- 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]
