I’m trying to create a table in redshift using the DB table creator node, and when I do this I get the following error: Execute failed: ERROR: syntax error at or near “user” in context “power_hour varchar, user”, at line 1
Position: 79
I’ve checked that columns have data types integer and varchar which are supported by redshift. So don’t know what is going on, can someone help me?