Skip to content
New issue

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

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

Already on GitHub? # to your account

docs: Added details to Druid connection string #20264

Merged
merged 2 commits into from
Jun 17, 2022

Conversation

Neeraj-2307
Copy link
Contributor

@Neeraj-2307 Neeraj-2307 commented Jun 4, 2022

SUMMARY

While linking Superset to Druid the correct connection string is very important however in the docs it is not well explained , so I added a little description to it.

While linking Superset to Druid the correct connection string is very important however in the docs it is not well explained , so I added a little description to it
@@ -18,6 +18,7 @@ The connection string looks like:
```
druid://<User>:<password>@<Host>:<Port-default-9088>/druid/v2/sql
```
Where User and password are the credentials of your **Druid Database** , Host is your machine's IP address and Port is the port at which **Druid Database** is running.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some quick feedback! It would be a bit more visually cleaner to turn this into a list:

"Here's a breakdown of the key parts of this connection string:

  • User: username portion of the credentials needed to connect to your database
  • Password: password portion of the credentials needed to connect to your database
  • Host: IP address (or URL) of the host machine that's running your database
  • Port: specific port that's exposed on your host machine where your database is running"

This way, we can also add this to the other database pages as well and it's a bit more generalized!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@srinify
Copy link
Contributor

srinify commented Jun 8, 2022

Hey @Neeraj-2307 quick comment / piece of feedback!

@Neeraj-2307 Neeraj-2307 requested a review from srinify June 8, 2022 14:22
Copy link
Member

@eschutho eschutho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@eschutho
Copy link
Member

@srinify how does this look to you?

@srinify
Copy link
Contributor

srinify commented Jun 17, 2022

Thanks for the contribution!

@srinify srinify merged commit a807290 into apache:master Jun 17, 2022
@Neeraj-2307 Neeraj-2307 deleted the patch-1 branch June 17, 2022 15:17
akshatsri pushed a commit to charan1314/superset that referenced this pull request Jul 19, 2022
* Added details to Druid connection string 

While linking Superset to Druid the correct connection string is very important however in the docs it is not well explained , so I added a little description to it

* Update druid.mdx
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 2.1.0 labels Mar 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 2.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants