Skip to content

Commit

Permalink
docs(Database): Clarify host value expected when running in docker (a…
Browse files Browse the repository at this point in the history
…pache#28124)

Co-authored-by: Evan Rusackas <[email protected]>
  • Loading branch information
Carmageddon and rusackas committed Jul 16, 2024
1 parent 00ab12c commit ec508a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/using-superset/creating-your-first-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ or for the purposes of this walkthrough, you can click the link below all these

<img src={useBaseUrl("/img/tutorial/tutorial_03a_database_connection_string_link.png" )} width="600" />{" "} <br/><br/>

Please note, if you are trying to connect to another locally running database (whether on host or another container), and you get the message `The port is closed.`, then you need to adjust the HOST to `host.docker.internal`

Once you've clicked that link you only need to specify two things (the database name and SQLAlchemy URI):


Expand Down

0 comments on commit ec508a7

Please sign in to comment.