From a0c9cba7695ccd3d4edbf17548a1606e2bf68f29 Mon Sep 17 00:00:00 2001 From: Genadi Saltikov Date: Thu, 18 Apr 2024 11:45:57 -0300 Subject: [PATCH 1/2] Clarify host value expected when running in docker When running in Docker locally and attempting to connect to another DB also running in docker, the instructions are not clear enough. --- docs/docs/using-superset/creating-your-first-dashboard.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/using-superset/creating-your-first-dashboard.mdx b/docs/docs/using-superset/creating-your-first-dashboard.mdx index f7f2c353957f4..0dc773cebda0d 100644 --- a/docs/docs/using-superset/creating-your-first-dashboard.mdx +++ b/docs/docs/using-superset/creating-your-first-dashboard.mdx @@ -44,6 +44,8 @@ or for the purposes of this walkthrough, you can click the link below all these {" "}

+Please note, if you are trying to connect to another locally running database such as Clickhouse (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): From 0f8e41ec24773d72fd114dd8532397792ef49a79 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 16 Jul 2024 11:48:25 -0600 Subject: [PATCH 2/2] generalizing (removing Clickhouse) --- docs/docs/using-superset/creating-your-first-dashboard.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/using-superset/creating-your-first-dashboard.mdx b/docs/docs/using-superset/creating-your-first-dashboard.mdx index 0dc773cebda0d..95e6512782a25 100644 --- a/docs/docs/using-superset/creating-your-first-dashboard.mdx +++ b/docs/docs/using-superset/creating-your-first-dashboard.mdx @@ -44,7 +44,7 @@ or for the purposes of this walkthrough, you can click the link below all these {" "}

-Please note, if you are trying to connect to another locally running database such as Clickhouse (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` +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):