izetex commented on issue #3324: Unicode character in name of dimension cause 
error
URL: 
https://github.com/apache/incubator-superset/issues/3324#issuecomment-323130948
 
 
   I made this change and got another error: 'latin-1' codec can't encode 
characters in position 111-117: ordinal not in range(256)
   
   Traceback (most recent call last):
     File 
"/usr/local/lib/python2.7/site-packages/superset/connectors/sqla/models.py", 
line 559, in query
       df = self.database.get_df(sql, self.schema)
     File "/usr/local/lib/python2.7/site-packages/superset/models/core.py", 
line 582, in get_df
       df = pd.read_sql(sql, eng)
     File "/usr/local/lib/python2.7/site-packages/pandas/io/sql.py", line 416, 
in read_sql
       chunksize=chunksize)
     File "/usr/local/lib/python2.7/site-packages/pandas/io/sql.py", line 1087, 
in read_query
       result = self.execute(*args)
     File "/usr/local/lib/python2.7/site-packages/pandas/io/sql.py", line 978, 
in execute
       return self.connectable.execute(*args, **kwargs)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to