feat(fabric): add Push-to-Fabric deploy wizard with workspace picker …#41
Open
Oddjobe wants to merge 1 commit into
Open
feat(fabric): add Push-to-Fabric deploy wizard with workspace picker …#41Oddjobe wants to merge 1 commit into
Oddjobe wants to merge 1 commit into
Conversation
…and MSAL auth Adds an end-to-end deploy wizard that pushes a complete Fabric solution from the Ontology Playground UI to a user-selected workspace. What's new: - Workspace picker (list/select existing workspaces or create a new one) - Multi-step wizard: auth -> workspace -> ontologies -> configure -> deploy -> done - Lakehouse client with CSV upload to OneLake Files API - Power BI Semantic Model client (DirectLake) - Fabric GraphQL API client - Fabric Data Agent client - Deploy pipeline orchestrator with per-step progress callbacks - Generic sample-data generator (Finance + fallback) Auth (hybrid): - MSAL interactive login when VITE_FABRIC_CLIENT_ID env var is set - Token-paste fallback when no client ID is configured (no app ID baked in) - See .env.example and DEPLOYMENT.md for setup Tests: 88 new tests across 6 fabric modules; full suite (384 tests) passes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Author
|
@microsoft-github-policy-service agree |
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…and MSAL auth
Adds an end-to-end deploy wizard that pushes a complete Fabric solution from the Ontology Playground UI to a user-selected workspace.
What's new:
Workspace picker (list/select existing workspaces or create a new one)
Multi-step wizard: auth -> workspace -> ontologies -> configure -> deploy -> done
Lakehouse client with CSV upload to OneLake Files API
Power BI Semantic Model client (DirectLake)
Fabric GraphQL API client
Fabric Data Agent client
Deploy pipeline orchestrator with per-step progress callbacks
Generic sample-data generator (Finance + fallback)
Auth (hybrid):
MSAL interactive login when VITE_FABRIC_CLIENT_ID env var is set
Token-paste fallback when no client ID is configured (no app ID baked in)
See .env.example and DEPLOYMENT.md for setup
Tests: 88 new tests across 6 fabric modules; full suite (384 tests) passes.