intelligent automation

The Data Layer That Makes Intelligent Automation Possible: Azure/Fabric + Databricks

Here is our perspective on the data management layer: Azure/Fabric and Databricks are not competing platforms for the same job. They are complementary layers of a unified data architecture. Databricks for engineering and AI, Fabric for governance and consumption, connected by a zero-copy integration that became generally available in 2025 and changes the economics of running both. This post explains how that architecture works and what it means for financial services firms and manufacturers building on it today.

The previous post in this series described what agentic automation looks like in practice: UiPath agents interpreting documents, querying enterprise data, reasoning through decisions, and executing outcomes across complex, multi-system workflows. What that description assumed, without yet explaining, is that the enterprise data the agents are querying is accurate, governed, current, and structured at the granularity level AI reasoning requires. 

That assumption is not safe to make in most organizations. It has to be engineered. 

This is the central argument of the data management layer: the intelligence in an intelligent enterprise stack is not a property of the AI model or the automation platform. It is a property of the data foundation beneath them. A UiPath agent grounded in ungoverned, stale, or poorly defined data does not produce intelligent automation. It produces a faster version of the same errors a human would have made with the same information. 

Gartner predicts that through 2026, organizations will abandon 60 percent of AI projects that are not supported by AI-ready data. That figure is not about model quality. It is about whether the data layer was built to support AI before the models were deployed on top of it. Azure/Fabric and Databricks, working together, are the architecture that closes that gap. 

Why Two Platforms and Not One 

The natural question at this point is why the data management layer requires both Azure/Fabric and Databricks rather than a single platform that does everything. The answer is not about vendor relationships. It is about what each platform was designed to do best, and the cost of asking one platform to do both jobs. 

Databricks was built for data engineers and data scientists who work in code. Its Spark engine with Photon acceleration is best in class for large-scale transformations. Its Unity Catalog governance layer provides the most capable open-lake governance available, column-level and row-level access controls that persist regardless of which compute engine queries the data. Its ML and AI toolchain, including MLflow for experiment tracking, Mosaic AI for model serving, Vector Search, and Agent Bricks, is mature and deeply integrated. For organizations building production AI, Databricks is the engineering environment where that work happens. 

Microsoft Fabric was built for the broader enterprise. Its managed SaaS model means infrastructure is handled by Microsoft rather than by the data engineering team. Its tight integration with Power BI, Microsoft 365, Dynamics, and Azure AI Foundry means that data stored in OneLake is accessible to the business tools the organization is already using. Microsoft was named a Leader in the 2025 Gartner Magic Quadrant for Data Integration Tools for the fifth consecutive year, reflecting the maturity and reach of Fabric’s integration and governance capabilities for organizations standardized on the Microsoft ecosystem. 

The practical split is straightforward: build frontier and custom ML on Databricks, where experiment tracking and model serving run deep, and operationalize accessible AI for business teams on Fabric. Forcing one platform to do both jobs usually means overpaying on one side and underdelivering on the other. 

What makes the two-platform architecture coherent rather than merely additive is the integration layer that connects them, which became substantially more capable in 2025 and 2026. 

The Integration That Changes the Economics

For years, running Databricks and Microsoft Fabric in the same environment meant maintaining separate data copies, building pipelines to synchronize between them, and accepting the latency, cost, and governance complexity that came with duplication. That constraint is no longer the baseline. 

Unity Catalog mirroring to Microsoft Fabric OneLake became generally available in July 2025. Mirrored Unity Catalog tables function like native Fabric tables that are queryable, secure, and ready for use with Power BI Direct Lake, semantic models, and AI tools, all without data duplication.  

The practical implication is significant. Data engineered and governed in Databricks, transformed through the medallion architecture, validated at the silver layer, curated at the gold layer, and governed by Unity Catalog’s access controls, is immediately available to Power BI, Microsoft Copilot, Azure AI Foundry, and UiPath agents through Fabric, without a copy, without a pipeline, and without a delay. The Adecco Group described its experience with this integration directly: The Mirrored Unity Catalog feature has been a game-changer — it enables us to expose Databricks-managed datasets directly in Fabric, making them instantly usable for Power BI Direct Lake semantic models and to power our Fabric-hosted GraphQL APIs. This integration delivers real-time insights with minimal latency across both analytics and applications.” 

The partnership deepened further with the introduction of OneLake Catalog Federation in preview, enabling zero-copy access to OneLake data directly from Azure Databricks and reinforcing a shared metadata and governance model without requiring data movement in either direction. 

With a single shared copy of data across Microsoft Fabric and Azure Databricks, organizations can eliminate costly duplication, streamline governance, and redirect time and investment toward innovation instead of data movement. 

The Medallion Architecture in the Context of This Stack

The data architecture that enables both the UiPath agents described in Post 2 and the Power BI decision surfaces described in Post 4 is the medallion model, organized within Databricks and mirrored into Fabric for consumption.

Bronze: Raw Ingestion

Data arrives from source systems, such as core banking platforms, trading systems, manufacturing execution systems, ERP, quality management systems, and is landed in the bronze layer in its native format. No transformation is applied at this stage. The bronze layer preserves source fidelity and provides a recovery point if downstream transformations need to be re-run. In financial services, this layer contains raw transaction records, counterparty data, and market data feeds. In manufacturing, it contains production historian records, sensor readings, and quality inspection events. 

Silver: Transformation and Validation

Raw data from bronze is cleaned, standardized, and enriched. Quality rules are applied at the field level and not as a periodic audit, but as an automated gate on every pipeline run. Business logic is applied: field definitions are aligned across source systems, inconsistent encodings are resolved, and data is structured in the granularity that AI models and automation workflows require. This is the layer where the data engineering work that prevents AI project failure happens, not in the model, but in the pipeline that feeds it. Gartner’s 2025 research confirms that 63 percent of organizations either lack the right data management practices to support AI or are unsure whether they have it. The silver layer is where the right practices are implemented.

Gold: Analytics and AI-Ready Output

Silver data is shaped into the structures that consuming systems require: star schema fact and dimension tables for BI reporting, feature tables for ML model training and inference, and curated datasets for UiPath agents to query in real time. The gold layer is mirrored into OneLake via Unity Catalog mirroring, making it immediately available to Power BI via Direct Lake, to Azure AI Foundry for model grounding, and to UiPath agents through the Databricks integration described in Post 2

The governance layer spans all three. Unity Catalog applies access controls, lineage tracking, and data classification at every layer. Microsoft Purview extends those controls into the Fabric and Power BI consumption surfaces. A compliance officer reviewing a regulatory filing can trace every number back through the gold-layer transformation to the silver-layer validation to the bronze-layer source, not because someone documented the lineage manually, but because the architecture generates it automatically at every step.

One Important Governance Consideration

The integration between Unity Catalog and OneLake is powerful. However, there is a practical implementation detail that CIOs and CTOs should explicitly design for before go-live: Unity Catalog access control policies do not automatically carry over into the Fabric mirror. The mirrored tables in OneLake operate under Fabric’s security model, OneLake security, workspace roles, and Power BI row-level security, which is independent of the Unity Catalog permissions configured on the Databricks side. 

This means governance architecture requires deliberate design across both platforms: Unity Catalog governs who can access data in Databricks and through the Databricks execution layer, including UiPath agents. Fabric’s security model governs who can access the mirrored data through Power BI, Copilot, and other Microsoft consumption tools. Both must be configured consistently, and the bridge between them must be scripted and validated before production data begins flowing. 

This is not a limitation of architecture. It is a governance design task that, like all governance tasks, is substantially less expensive to address before deployment than after it.

Financial Services: Governing Risk Data Across the Stack

In financial services, the data management layer carries a weight that it does not carry in most other industries: regulatory enforceability. The data that feeds a credit model, a sanctions-screening agent, a capital adequacy calculation, or a customer risk rating is not just operationally important. It is legally significant. Regulators in the United States, the European Union, and the United Kingdom have all, in recent years, imposed penalties on financial institutions specifically for failures of data governance, not for bad decisions, but for the inability to demonstrate that the data behind those decisions was accurate, traceable, and managed according to documented standards. 

BCBS 239 — the Basel Committee’s Principles for Effective Risk Data Aggregation and Risk Reporting — requires global systemically important banks to maintain comprehensive, granular, and accurate risk data with full lineage from source to report. The Fabric-plus-Databricks architecture addresses this requirement structurally. Unity Catalog’s lineage tracking records every transformation step from raw source data through the medallion layers to the gold-layer output that feeds risk reports and AI models. Microsoft Purview extends that lineage into the Power BI reporting surfaces where regulators review the output. The audit trail that BCBS 239 requires is not a separately maintained document; it is a byproduct of the architecture operating correctly. 

For financial crime compliance, the data layer described in this post is what makes the UiPath sanction screening agents described in Post 2 trustworthy. An agent that resolves a sanctions alert autonomously must draw on current counterparty data, sanctions lists, and transaction records. In the stack, those are all sourced from the Databricks silver layer, validated, timestamped, and accessed through the Unity Catalog governance framework, which ensures the agent queries what it is authorized to query and that every query is logged for audit purposes. 

Manufacturing: Unifying Production, Quality, and Supply Chain Data

In manufacturing, the data management challenge is less about regulatory enforcement and more about fragmentation. A mid-market manufacturer might run a production historian, a quality management system, an ERP, a maintenance management system, and a supply chain platform, none of which were designed to integrate, each of which uses different naming conventions for shared concepts like “part number,” “production order,” or “defect classification.” 

The silver layer of the medallion architecture is where that fragmentation is resolved. Field definitions are standardized across source systems. Shared entities, such as parts, suppliers, production orders, and equipment assets, are matched and consolidated across their different identifiers in different systems. The result is a gold layer that represents the manufacturing operation as a unified data model, one that a quality AI model, a predictive maintenance model, and a UiPath supply chain agent can all query consistently, without each requiring its own data preparation work. 

For a plant running the quality assurance workflow described in Post 2, where a UiPath agent retrieves specification data, tolerance history, and recent production parameters to inform a disposition decision, the data management layer is what ensures that the specification data in the gold layer reflects the current engineering revision, that the tolerance history is complete and accurate at the batch level, and that the production parameters were recorded correctly by the historian and validated by the silver layer pipeline before they reached the agent. The agent’s quality of reasoning is entirely dependent on the quality of that foundation. 

The Connection to the Rest of the Stack

The data management layer described in this post is the center of the stack, not the foundation, but the layer that connects everything above and below it. 

The UiPath process automation layer described in Post 2 is grounded in the data produced by this layer. Every agent query to Databricks, every real-time data retrieval, and every policy lookup returns data that has passed silver-layer validation and carries the Unity Catalog governance controls. The automation is trustworthy because the data it acts on is trustworthy. 

The gold layer powers the Power BI decision surfaces described in Post 4, mirrored into OneLake via Direct Lake mode. The speed, freshness, and metric consistency that enable executives and operations managers to make decisions from live dashboards rather than static reports are outputs of the architecture described in this post. 

And the governance model that spans the entire stack- Unity Catalog in Databricks, Microsoft Purview in Fabric, row-level security in Power BI- is designed here, before any automation is deployed or any dashboard is built. As the series overview established, governance that is designed after deployment is remediation. Governance designed as part of the data layer architecture is infrastructure. 

At Paragon Shift, data management assessments for clients building on this stack begin with the same set of questions regardless of industry: which source systems are authoritative for which data, what the shared definitions are for the metrics that matter most, and how quality is monitored and enforced before data reaches the gold layer. The answers to those questions determine the architecture of the silver layer, and the silver layer determines whether the AI and automation built on top of it will be trusted when it matters most. 

Key Takeaways

1. Intelligence is a property of the data layer, not the AI model. Gartner predicts 60 percent of AI projects will be abandoned through 2026 due to a lack of AI-ready data. The data management layer is where AI readiness is built, not in the model training environment.

2. Unity Catalog mirroring to Microsoft Fabric OneLake, generally available since July 2025, allows Databricks-managed datasets to be exposed directly in Fabric, instantly usable for Power BI Direct Lake semantic models, without data duplication.

3. With a single shared copy of data across Fabric and Databricks, organizations eliminate costly duplication, streamline governance, and redirect investment toward innovation rather than data movement.

4. The medallion architecture, bronze for raw ingestion, silver for validation and transformation, gold for analytics and AI-ready output, organized in Databricks and mirrored into Fabric, is the structural foundation that connects the process automation layer above it to the decision surface layer beyond it.

5. The governance architecture requires explicit design across both platforms. Unity Catalog access controls govern the Databricks execution layer. Fabric’s security model governs the consumption layer. Both must be configured consistently before production data flows through the mirror.

6. In financial services, the data management layer is the mechanism that makes regulatory compliance structural rather than manual, generating the audit trail that BCBS 239, GDPR, and the EU AI Act require as a byproduct of the architecture rather than a separately maintained documentation burden.

Conclusion

The organizations that build intelligence into their enterprise operations do not build it at the model layer or the automation layer. They build it at the data layer because that is where the reliability, accuracy, and traceability that make everything above it trustworthy are either established or neglected. 

Azure/Fabric and Databricks, connected by the zero-copy Unity Catalog mirroring integration that became generally available in 2025, provide an architecture to establish that foundation without the duplication overhead, governance debt, and engineering complexity that previously made running both platforms simultaneously expensive to justify. For financial services organizations managing regulatory data risk and manufacturers unifying fragmented operational data, that architecture closes the gap between their current data estate and the AI-ready foundation their automation and decision-making programs require. 

The final post in this series closes the loop: from data, to decision, to action, and back again. Post 4 examines how Power BI, as the governed analytics surface, Databricks AI models, as the intelligence layer, and UiPath, as the execution layer, create the feedback loop that makes the intelligent enterprise genuinely self-improving. Read Post 4: From Data to Decision to Action

Your Intelligent Automation Is Only as Good as the Data Behind It.

The governed data foundation your AI and automation programs depend on does not build itself. Paragon Shift assesses where your data layer stands and designs the architecture that makes intelligent automation trustworthy from the first deployment.