This guide explains how to create Azure Data Lake Storage Gen2 shortcuts in Microsoft Fabric to read schemas and tables directly from your Incorta cluster.
Overview
Microsoft Fabric shortcuts allow you to access your Incorta data stored in Data Lake storage, such as Azure Data Lake Storage Gen2, without copying or moving the data. This enables seamless integration between Incorta and Fabric workloads.
For comprehensive information about OneLake shortcuts, refer to Microsoft's official documentation.
Prerequisites
- A Microsoft Fabric lakehouse (create one by following these steps)
- Access to your Incorta cluster's Cluster Management Console (CMC)
- Request the following from Incorta's Support:
- Generate a SAS token for your cluster's container
- Open the firewall on the tenant directory
- Ensure the token has List and Read permissions
Step-by-Step Instructions
Step 1: Initiate Shortcut Creation
- Open your lakehouse in Microsoft Fabric
- Navigate to the Tables section
- Click on the kebab menu (three dots) next to Tables
- Select New Schema Shortcut
Note: You can also create table shortcuts under any existing schema by clicking the kebab menu next to the schema name and selecting New Table Shortcut. This allows you to add individual tables without creating an entire schema shortcut.
Step 2: Select the Source
- Under External sources, select Azure Data Lake Storage Gen2
Step 3: Configure Connection Settings
Get Connection Information from Incorta CMC
First, retrieve your system path from the Incorta Cluster Management Console:
- The system path format is:
abfs://<container>@<storage_account>.dfs.core.windows.net/Tenants
Enter Connection Details in Fabric
Fill in the following fields:
| Field |
Value |
Connection
|
Select Create new connection
|
| URL |
https://<storage_account>.dfs.core.windows.net/<container>/
Use the storage account and container from your CMC system path
|
| Connection name |
Enter a descriptive name (e.g., "Incorta Production Cluster")
|
| Authentication kind |
Select Shared Access Signature (SAS) |
| SAS Token |
Paste the provided SAS token
|
Click Next
Step 4: Select Target Schema
- After a successful connection, navigate through the folder structure:
Tenants → [tenant_name] → source
- Browse and select the desired schema folder by clicking the checkbox next to it
- You can select multiple schemas if needed
- Click Next
Step 5: Review and Create
- The review page displays all shortcuts that will be created
- Verify your selections:
- Use the pencil icon to edit shortcut names
- Use the trash icon to remove unwanted shortcuts
- Click Create
Step 6: Verify and Access Data
- The lakehouse will automatically refresh
- The schema shortcut appears in the left Explorer pane under Tables
- You can now:
- Expand the schema to view available tables
- Preview table data directly in Fabric
- Use the tables in your Fabric notebooks, pipelines, and reports