Skip to content

Commit 34955e5

Browse files
ulixius9claude
andcommitted
revert: remove Microsoft Fabric connector support (#27198) (#28685)
Reverts the implementation added in #27198 (1905f6e), removing the Microsoft Fabric database & pipeline connector support while keeping the connection schema definitions intact. Removed: - Python clients, sources (database + pipeline), examples, and unit tests - microsoftfabric/microsoftfabricpipeline setup.py plugin extras - UI schema loaders and service icon wiring Kept (schema stays as-is): - openmetadata-spec microsoftFabricConnection / microsoftFabricPipelineConnection schemas and their generated types - Re-added the service types to unSupportedServices so they are hidden in the UI Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3f1f418 commit 34955e5

33 files changed

Lines changed: 2 additions & 4161 deletions

ingestion/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@
214214
"atlas": {},
215215
"azuresql": {VERSIONS["pyodbc"]},
216216
"azure-sso": {VERSIONS["msal"]},
217-
"microsoftfabric": {VERSIONS["pyodbc"], VERSIONS["msal"]},
218-
"microsoftfabricpipeline": {VERSIONS["msal"]},
219217
"backup": {VERSIONS["boto3"], VERSIONS["azure-identity"], "azure-storage-blob"},
220218
"googledrive": {
221219
"google-api-python-client>=2.0.0",

ingestion/src/metadata/clients/microsoftfabric/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

ingestion/src/metadata/clients/microsoftfabric/fabric_auth.py

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)