I am trying to import data into a model from MySQl. I can at least connect to MySQL and see the table names through the odbc drivers from MySQL but when I try to preview and filter the data or continue I get an error like
Failed to retrieve data from project_sizes. Reason: ERROR [42000] [MySQL][ODBC 5.2(w) Driver][mysqld-5.1.61]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[project_sizes].*
FROM [project_sizes]' at line 1
I seen people saying use the .NET Connector but I don't see an option for this when importing a data source.
Is there anyway to get this working?