You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I add a +1 to this issue 😂 currently running into this now. It seems to me that you just have to not include DELIMITER as an option? i.e. make this line optional only if deliminter is not None ?
Also now I'm using locopy because Redshift really has crappy python connector....
This is because writing CSV had an issue if a lot of my columns are null, and I run into Error Tokenizing Data issue when read_csv
https://docs.aws.amazon.com/redshift/latest/dg/copy-parameters-data-format.html
The text was updated successfully, but these errors were encountered: