diff --git a/docs/_snippets/cloud/integrations/cards-groups/connect-dwh-cards.mdx b/docs/_snippets/cloud/integrations/cards-groups/connect-dwh-cards.mdx index 11e12e043..cdaef595d 100644 --- a/docs/_snippets/cloud/integrations/cards-groups/connect-dwh-cards.mdx +++ b/docs/_snippets/cloud/integrations/cards-groups/connect-dwh-cards.mdx @@ -288,6 +288,30 @@ } > + + + + + + + + + + + + } + > + +Click **Generate Token**: + +Generate Token in Dremio + +Set the **maximum lifetime** allowed by Dremio (currently **180 days**). + +⚠️ Put a reminder to renew the token before it expires. + +You can update the token in Elementary's UI at any time. + +### Permissions and security + +Elementary cloud doesn't require read permissions to your tables and schemas, but only the following: + +- Read-only access to the elementary schema. +- Access to read metadata in information schema and query history, related to the tables in your dbt project. + +It is recommended to create a user using the instructions specified above to avoid granting excess privileges. For more details, refer to + +[**security and privacy**](https://docs.elementary-data.com/cloud/general/security-and-privacy) + +### Fill the connection form + +Provide the following fields: + +- **Host:** + - US: `api.dremio.cloud` + - EU: `api.eu.dremio.cloud` +- **Object Storage:** Name of the object storage where the Elementary schema is stored. +- **Object Storage Path:** Path inside the object storage where the Elementary schema is stored. +- **Project ID:** Your Dremio Cloud project ID. +- **User:** The email address of the Elementary user. +- **Token:** The token you generated for the Elementary user. + + Dremio connection form diff --git a/docs/cloud/integrations/dwh/dremio.mdx b/docs/cloud/integrations/dwh/dremio.mdx new file mode 100644 index 000000000..9d2fe6b2b --- /dev/null +++ b/docs/cloud/integrations/dwh/dremio.mdx @@ -0,0 +1,7 @@ +--- +title: "Connect to Dremio" +sidebarTitle: "Dremio" +--- + + + diff --git a/docs/docs.json b/docs/docs.json index 3a173965c..748260fd9 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -179,8 +179,9 @@ "cloud/integrations/dwh/databricks", "cloud/integrations/dwh/postgres", "cloud/integrations/dwh/athena", - "cloud/integrations/dwh/trino", - "cloud/integrations/dwh/clickhouse" + "cloud/integrations/dwh/dremio", + "cloud/integrations/dwh/clickhouse", + "cloud/integrations/dwh/trino" ] }, { diff --git a/docs/oss/integrations/dremio.mdx b/docs/oss/integrations/dremio.mdx new file mode 100644 index 000000000..e0c381202 --- /dev/null +++ b/docs/oss/integrations/dremio.mdx @@ -0,0 +1,16 @@ +--- +title: "Dremio" +--- + + + + + + + + + + +### Have a question? + +We are available on [Slack](https://elementary-data.com/community), reach out for any kind of help! diff --git a/docs/pics/cloud/dremio/account-settings.png b/docs/pics/cloud/dremio/account-settings.png new file mode 100644 index 000000000..bb4535df7 Binary files /dev/null and b/docs/pics/cloud/dremio/account-settings.png differ diff --git a/docs/pics/cloud/dremio/dremio-form.png b/docs/pics/cloud/dremio/dremio-form.png new file mode 100644 index 000000000..5d5ea851d Binary files /dev/null and b/docs/pics/cloud/dremio/dremio-form.png differ diff --git a/docs/pics/cloud/dremio/generate-token.png b/docs/pics/cloud/dremio/generate-token.png new file mode 100644 index 000000000..1f7325da5 Binary files /dev/null and b/docs/pics/cloud/dremio/generate-token.png differ