Skip to content

Commit

Permalink
docs: Added details to Druid connection string (#20264)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Neeraj-2307 authored Jun 17, 2022
1 parent f6f93aa commit a807290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/databases/druid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The connection string looks like:
```
druid://<User>:<password>@<Host>:<Port-default-9088>/druid/v2/sql
```
Here's a breakdown of the key components 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

### Customizing Druid Connection

Expand Down

0 comments on commit a807290

Please sign in to comment.