docs: Add Fabric cloud integration content#2170
docs: Add Fabric cloud integration content#2170devin-ai-integration[bot] wants to merge 2 commits intodocsfrom
Conversation
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
| 2. Give it a name (e.g. `elementary-fabric`) and register it. | ||
| 3. Note the **Application (client) ID** and **Directory (tenant) ID**. | ||
| 4. Go to **Certificates & secrets** > **New client secret**, create a secret, and copy the **Value**. | ||
| 5. In your Fabric workspace, grant the service principal access (e.g. add it as a **Contributor** or **Member** in the workspace settings). |
There was a problem hiding this comment.
Something we put emphasis on with other adapters is to ask for minimal permissions - in this case - we want read access only to the elementary schema + metadata access (e.g query history/information schema)
Can you adapt accordingly? If we can provide GRANT statements I think that's best.
There was a problem hiding this comment.
Good point! Updated in 1629b2f2:
- Changed workspace role from Contributor/Member → Viewer (minimum needed for connectivity)
- Added a new "Grant minimal permissions" section with SQL
GRANTstatements:GRANT SELECT ON SCHEMAfor read-only access to the elementary schemaGRANT VIEW DEFINITION ON SCHEMAfor metadata access (table definitions, columns)
- Imported and included the shared
PermissionsAndSecuritysnippet (same pattern as other adapters)
- Changed workspace role from Contributor/Member to Viewer (minimum needed) - Added 'Grant minimal permissions' section with SQL GRANT statements - Imported and included PermissionsAndSecurity snippet - Follows the same minimal-permissions pattern as other adapters Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
docs: Add Fabric cloud integration guide (replace Coming soon)
Summary
Replaces the "Coming soon" placeholder card on the Fabric cloud integration page with full onboarding documentation, following the same snippet pattern used by Snowflake, Postgres, Databricks, etc.
Changes:
docs/cloud/integrations/dwh/fabric.mdx— Replaced the<Card>"Coming soon" placeholder (which linked to a Tally interest form) with the standard snippet-based layout (<Fabric />+<OnboardingHelp />).docs/snippets/cloud/integrations/fabric.mdx(new) — Integration guide covering prerequisites, Azure AD service principal setup, connection form fields (server, port, tenant ID, client ID, client secret, database, schema), and IP allowlist.Companion to elementary-internal#5392 which adds the actual Fabric support to Elementary Cloud.
Review & Testing Checklist for Human
https://tally.so/r/3N6DlW?integration=Fabricfor interest signups. This PR removes that link entirely, assuming Fabric cloud support is shipping. Confirm this is the desired timing.Notes