I am trying to connect to mysql tables in database which is up and running locally in localhost:3306.used JDBC database connection for query builder. could be able to hit the database and connection is successful. but when trying to create dataset with that data source, tables are not able to be fetched and it throws an error saying some features may be filtered out at this time. AFAIK nothing should be filtered. Any help is appreciated