From 9e9ddb12088d38d0ef4ae40d9c8d5e34d685a5b2 Mon Sep 17 00:00:00 2001 From: roekatz Date: Tue, 10 Dec 2024 17:53:43 +0200 Subject: [PATCH] Introduce Sigma docs --- .../integrations/cards-groups/bi-cards.mdx | 24 ++++++------ docs/cloud/integrations/bi/sigma.mdx | 39 +++++++++++++------ 2 files changed, 40 insertions(+), 23 deletions(-) diff --git a/docs/_snippets/cloud/integrations/cards-groups/bi-cards.mdx b/docs/_snippets/cloud/integrations/cards-groups/bi-cards.mdx index 945099cf5..70d80169d 100644 --- a/docs/_snippets/cloud/integrations/cards-groups/bi-cards.mdx +++ b/docs/_snippets/cloud/integrations/cards-groups/bi-cards.mdx @@ -95,20 +95,9 @@ } > - - - - } - > - Click for details - @@ -126,6 +115,17 @@ > Click for details + + + + } + > + Click for details + - - -} -> - Click for details - \ No newline at end of file +After you connect Sigma, Elementary will automatically and continuously extend the lineage to the workbook page & element level. +This will provide you end-to-end data lineage to understand your downstream dependencies, called exposures. + +### Create API Client Credentials + +Elementary needs authorized client credentials in your account in order to access Sigma's API on your behalf.
+To create those, Please follow the [official Sigma documentation](https://help.sigmacomputing.com/reference/generate-client-credentials#generate-api-client-credentials). +Make sure you enable 'REST API' privileges for that client. + +### Connecting Sigma to Elementary + +Navigate to the **Account settings > Environments** and choose the environment to which you would like to connect Elementary. +Choose the Sigma connection and provide the following details to validate and complete the integration. + +- **Cloud Provider:** To determine your Sigma cloud provider, Navigate to **Account -> General Settings** under Sigma's **Administration** menu and look for **'Cloud: ...'**.
Should be one of the following: + - `AWS US` + - `AWS Canada` + - `AWS Europe` + - `AWS UK` + - `Azure US` + - `GCP` +- **Client ID**: The Sigma client ID you've created on the previous step. +- **Client Secret:** The new Sigma client secret you've created on the previous step. + + +### Limitations + +`Datasets` or `Data Models` are currently excluded from computed lineage graph - which will point from DWH directly to your Workbook Elements.
\ No newline at end of file