question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can redash use real user to query Presto?

See original GitHub issue

Issue Summary

Can redash use different users to query Presto?

We have nearly a hundred users sharing a redash to query our Presto. From Presto configuration, it’s configured that only accepted two queries / user. I don’t think enlarged presto limit is good solution because the instances of presto are limited and accepted more queries per user will let other users(we have other access like Tableau) slow down.

Will you consider that to use real user account in redash to query Presto instead of sharing redash?

Technical details:

  • Redash Version: 4.0.1.b4038
  • Browser/OS: Ubuntu 14.04.5
  • How did you install Redash: AWS EC2 Image @ 0.12.0.b2449, and keep updated to latest version by version.
  • Presto Version: 0.203

Thanks.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Ralnoccommented, Apr 22, 2019

I have opened PR #3723 that resolves this issue.

  • Username: It uses the configured field for username over all else, then uses the email address to extract the username based on the left side of the @ symbol in the email address and finally, if all of that is missing, defaults to redash.
  • Password: is pulled from a new password field in the configuration page for Presto
  • Source Identifier: It changes the source identifier for pyhive so that instead of reporting itself as pyhive to Presto, it declares itself as redash.

Just waiting for them to review, approve and merge it.

0reactions
payt0nccommented, Apr 24, 2019

Awesome. Thank you so much for creating this feature.🙇🏼‍♂️

Read more comments on GitHub >

github_iconTop Results From Across the Web

Query and Visualize data from Presto - Redash
Query Presto using its natural syntax, enjoy live auto-complete and explore your Presto schema easily in Redash's cloud-based query editor.
Read more >
Turbocharge Business Intelligence Using Redash & Presto SQL
Users are then able to run queries against the data sources easily as both Presto and Redash use an SQL interface.
Read more >
Build Presto-Connected Dashboards in Redash
Redash lets you connect and query your data sources, build dashboards to visualize data and share them with your company. When paired with...
Read more >
Presto Community: Meetups, Slack Channels, Projects & Tools
Redash is a take on freeing the data within our company in a way that will better fit our culture and usage patterns....
Read more >
Resolve timestamp exceptions when querying a table in ...
When you query an Athena table with TIMESTAMP data, your query might fail with either of the following exceptions:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found