When trying to import a schema from a SQL Server database, if a table has a column called “Category”, I get the following error:
If I’m not mistaken, some regex is probably looking for any instances of the word “GO” and therefore, the word Category is triggering this, causing an error that prevents imports.