Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query execution fails with Google Apps accounts having non-ASCII characters in name #444

Closed
jarikork opened this issue Jun 5, 2015 · 2 comments

Comments

@jarikork
Copy link

jarikork commented Jun 5, 2015

If the account used for Google Apps authentication has non-ASCII characters (ä in this case), execution of queries fails against Amazon Redshift datasource.

[2015-06-05 11:36:13,520][PID:7502][INFO][root] [Manager] Metadata: [{'Username': u'Raimo J\xe4rvenp\xe4\xe4', 'Query ID': 25}]
[2015-06-05 11:36:13,520][PID:7502][INFO][root] [Manager][a2a8974a74cfcb958afc2f843f9f896b] Found existing job: ed40d887-8dae-4e2d-a3a4-439bfb4f01a6
[2015-06-05 11:36:13,521][PID:7502][INFO][root] [a2a8974a74cfcb958afc2f843f9f896b] job found is ready (FAILURE), removing lock

@arikfr
Copy link
Member

arikfr commented Jun 5, 2015

I think I fixed this in the last build. I will make sure and let you know.
On Jun 5, 2015 3:00 PM, "Jari Korkiakoski" notifications@github.com wrote:

If the account used for Google Apps authentication has non-ASCII
characters (ä in this case), execution of queries fails against Amazon
Redshift datasource.

[2015-06-05 11:36:13,520][PID:7502][INFO][root] [Manager] Metadata:
[{'Username': u'Raimo J\xe4rvenp\xe4\xe4', 'Query ID': 25}]
[2015-06-05 11:36:13,520][PID:7502][INFO][root]
[Manager][a2a8974a74cfcb958afc2f843f9f896b] Found existing job:
ed40d887-8dae-4e2d-a3a4-439bfb4f01a6
[2015-06-05 11:36:13,521][PID:7502][INFO][root]
[a2a8974a74cfcb958afc2f843f9f896b] job found is ready (FAILURE), removing
lock


Reply to this email directly or view it on GitHub
#444.

@arikfr arikfr closed this as completed in c3deb8e Jun 5, 2015
arikfr added a commit that referenced this issue Jun 5, 2015
Fix #444: unicode characters in username fail query execution
@arikfr
Copy link
Member

arikfr commented Jun 5, 2015

It was only partially fixed in previous builds. Proper fix was done in #445 and available now as part of the 0.6.1-RC release. If you didn't upgrade before, you can find the instructions here: http://redash.io/deployment/upgrade.html

If you would like to make sure the fix works with the user who had this problem on your re:dash instance, he can login to the demo instance and try to run a query.

Thank you for reporting this.

dairyo pushed a commit to KiiCorp/redash that referenced this issue Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants