Skip to content

Commit 2f7331a

Browse files
author
Michael Myaskovsky
committed
added docs
1 parent 52ad0af commit 2f7331a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
You will connect Elementary Cloud to Clickhouse for syncing the Elementary schema (created by the [Elementary dbt package](/cloud/onboarding/quickstart-dbt-package)).
2+
3+
<Snippet file="cloud/integrations/create-user-operation.mdx" />
4+
5+
### Fill the connection form
6+
7+
Provide the following fields:
8+
9+
- **Host**: The hostname of your Clickhouse account to connect to. This can either be a hostname or an IP address.
10+
- **Port**: The port of your Clickhouse account to connect to.
11+
- **Elementary schema**: The name of your Elementary schema. Usually `[schema name]_elementary`.
12+
- **User**: The name of the for Elementary user.
13+
- **Password**: The password associated with the provided user.
14+
15+
<Snippet file="cloud/integrations/ip-allowlist.mdx" />

docs/_snippets/oss/adapters-cards.mdx

+13
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,19 @@
245245
<path d="m84 26.19-4.39-2.19v36.69l4.39-.8z" fill="#f58534" />
246246
</svg>
247247
}
248+
></Card>
249+
<Card
250+
title="dbt-clickhouse"
251+
icon={
252+
<svg
253+
height="40"
254+
viewBox="15 15 100 100"
255+
width="40"
256+
xmlns="http://www.w3.org/2000/svg"
257+
>
258+
<path d="m0 7h1v1h-1z" fill="#f00"/><path d="m0 0h1v7h-1zm2 0h1v8h-1zm2 0h1v8h-1zm2 0h1v8h-1zm2 3.25h1v1.5h-1z" fill="#fc0"/>
259+
</svg>
260+
}
248261
></Card>
249262
<Card
250263
title="dbt-trino"

0 commit comments

Comments
 (0)