You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
what are the DB specs for Mysql, I mean the encoding and Collation to loads_examples successfully?
Maxime Beauchemin
unread,
Dec 13, 2016, 3:21:11 AM12/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
Defaults should work just fine. Adding `?charset=utf8` at the end of your MySQL SQLAlchemy connection string fix some unicode issue in certain environments (py2.7).
Max
Haytham Amin
unread,
Dec 20, 2016, 7:37:50 AM12/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
Well, that did not work and I am running python 2.7.12. Also, when I used python 3 had the same problem
Maxime Beauchemin
unread,
Dec 20, 2016, 3:12:20 PM12/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
It would help if you described your problem. Please fill in an issue on Github.