It might be obvious but you should be careful when naming your tables and columns, or choosing the namespace. For example using a column ‘name’ will generate a warning in Unity because it will hide inherited member 'Object.name'.
Another important notice is the use of dash (-) in the display column (which is the identifier of a table entry): this is not currently permitted. Please use an underscore instead (_)
And, entries that have an empty string in the display column will fail when syncing, because the name of the generated scriptable object file uses the info in this column and we can not generate a file with no name.