Databricks Unifies Unstructured Data for AI

Databricks introduces FILE type for native handling of unstructured data like images and video in its Lakehouse, enhancing AI development and governance.

9 min read
Diagram showing Databricks FILE type integrating unstructured data into a Lakehouse table.

Visual TL;DR. Unstructured Data Silos addressed by Databricks Lakehouse. Databricks Lakehouse introduces New FILE Type. New FILE Type enables Unified Governance. New FILE Type also enables Automated Compliance. Unified Governance leads to Simplified AI Development. Automated Compliance contributes to Simplified AI Development. Simplified AI Development powers Real-World AI. Real-World AI driving Future Developments.

  1. Unstructured Data Silos: images, video, documents traditionally separate from structured data, creating governance issues
  2. Databricks Lakehouse: platform for data, analytics, and AI, now unifying diverse data types
  3. New FILE Type: native column format to store and manage multimodal data directly within Lakehouse
  4. Unified Governance: apply fine-grained access controls and security policies to raw files
  5. Simplified AI Development: eliminates data silos, making it easier to build AI applications with diverse formats
  6. Automated Compliance: features like deleting files when rows removed, addressing GDPR 'right to be forgotten'
  7. Real-World AI: enables advanced AI applications using images, video, and text together
  8. Future Developments: expanding capabilities for even more seamless unstructured data integration
Visual TL;DR
Visual TL;DR, startuphub.ai Unstructured Data Silos addressed by Databricks Lakehouse. Databricks Lakehouse introduces New FILE Type. New FILE Type enables Unified Governance. Unified Governance leads to Simplified AI Development addressed by introduces enables leads to Unstructured Data Silos Databricks Lakehouse New FILE Type Unified Governance Simplified AI Development From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Data Silos addressed by Databricks Lakehouse. Databricks Lakehouse introduces New FILE Type. New FILE Type enables Unified Governance. Unified Governance leads to Simplified AI Development addressed by introduces enables leads to Unstructured DataSilos DatabricksLakehouse New FILE Type UnifiedGovernance Simplified AIDevelopment From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Data Silos addressed by Databricks Lakehouse. Databricks Lakehouse introduces New FILE Type. New FILE Type enables Unified Governance. Unified Governance leads to Simplified AI Development addressed by introduces enables leads to Unstructured Data Silos images, video, documents traditionallyseparate from structured data, creatinggovernance issues Databricks Lakehouse platform for data, analytics, and AI, nowunifying diverse data types New FILE Type native column format to store and managemultimodal data directly within Lakehouse Unified Governance apply fine-grained access controls andsecurity policies to raw files Simplified AI Development eliminates data silos, making it easier tobuild AI applications with diverse formats From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Data Silos addressed by Databricks Lakehouse. Databricks Lakehouse introduces New FILE Type. New FILE Type enables Unified Governance. Unified Governance leads to Simplified AI Development addressed by introduces enables leads to Unstructured DataSilos images, video,documentstraditionally… DatabricksLakehouse platform for data,analytics, and AI,now unifying… New FILE Type native columnformat to store andmanage multimodal… UnifiedGovernance apply fine-grainedaccess controls andsecurity policies… Simplified AIDevelopment eliminates datasilos, making iteasier to build AI… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Data Silos addressed by Databricks Lakehouse. Databricks Lakehouse introduces New FILE Type. New FILE Type enables Unified Governance. New FILE Type also enables Automated Compliance. Unified Governance leads to Simplified AI Development. Automated Compliance contributes to Simplified AI Development. Simplified AI Development powers Real-World AI. Real-World AI driving Future Developments addressed by introduces enables also enables leads to contributes to powers driving Unstructured Data Silos images, video, documents traditionallyseparate from structured data, creatinggovernance issues Databricks Lakehouse platform for data, analytics, and AI, nowunifying diverse data types New FILE Type native column format to store and managemultimodal data directly within Lakehouse Unified Governance apply fine-grained access controls andsecurity policies to raw files Simplified AI Development eliminates data silos, making it easier tobuild AI applications with diverse formats Automated Compliance features like deleting files when rowsremoved, addressing GDPR 'right to beforgotten' Real-World AI enables advanced AI applications usingimages, video, and text together Future Developments expanding capabilities for even moreseamless unstructured data integration From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Data Silos addressed by Databricks Lakehouse. Databricks Lakehouse introduces New FILE Type. New FILE Type enables Unified Governance. New FILE Type also enables Automated Compliance. Unified Governance leads to Simplified AI Development. Automated Compliance contributes to Simplified AI Development. Simplified AI Development powers Real-World AI. Real-World AI driving Future Developments addressed by introduces enables also enables leads to contributes to powers driving Unstructured DataSilos images, video,documentstraditionally… DatabricksLakehouse platform for data,analytics, and AI,now unifying… New FILE Type native columnformat to store andmanage multimodal… UnifiedGovernance apply fine-grainedaccess controls andsecurity policies… Simplified AIDevelopment eliminates datasilos, making iteasier to build AI… AutomatedCompliance features likedeleting files whenrows removed,… Real-World AI enables advanced AIapplications usingimages, video, and… FutureDevelopments expandingcapabilities foreven more seamless… From startuphub.ai · The publishers behind this format

Databricks is making it easier to bring unstructured data like documents, images, and video into the governed AI workflows of its Lakehouse platform. The company announced the beta availability of its new FILE type, a native column format designed to store and manage multimodal data directly alongside structured tables. This move aims to eliminate data silos and simplify the process of building AI applications that require diverse data formats.

Traditionally, unstructured data has lived in separate systems, creating governance, security, and accessibility challenges. The new FILE type, introduced in a blog post by Databricks engineers, treats these files as first-class citizens within the Lakehouse. This means applying the same fine-grained access controls and security policies used for structured data to raw files. Automated compliance features, such as deleting a file when its corresponding row is removed, also address regulatory needs like GDPR's 'right to be forgotten'.

Beyond Structured Data

The vast majority of an organization's data estate often lies in unstructured formats. Think of contracts, product images, customer call recordings, or dashcam footage. While AI has shown immense potential in extracting value from this data, managing and querying it alongside traditional databases has been a significant hurdle. Databricks’ FILE type directly addresses this by storing lightweight pointers to files rather than the binaries themselves, processing content only when a query demands it. This approach preserves query performance even when dealing with gigabytes of data.

Michael Armbrust, a key figure at Databricks, has been instrumental in driving these data innovations. The FILE type is being developed as an open standard, with efforts underway to integrate support directly into the Parquet and Delta Lake formats. This open approach ensures that the multimodal data remains portable across the entire data ecosystem, preventing vendor lock-in.

Real-World Applications

The implications for AI development are substantial. Businesses can now build enterprise document assistants that interact with contracts and policies, perform visual inspections on product images for quality control, analyze audio recordings for customer insights, or make hours of video footage searchable. For AI agents, this means having access to real evidence from diverse sources, not just text, enabling more informed decision-making and actions.

Databricks provides an example of an autonomous-driving company seeking to reduce unexplained vehicle stops. By creating a table with a FILE column pointing to dashcam videos, engineers can process these clips performantly. A Python UDF can sample frames, and an object-detection model can then analyze these frames to identify hazards. If the car stopped for no apparent hazard, that insight is surfaced, allowing machine learning teams to curate training sets for the self-driving system. All relevant data, from the video frame to extracted insights and trip metadata, resides together in a single row.

Unified Governance and Lifecycle Management

A significant challenge with unstructured data has been managing permissions and lifecycles. Storing file URLs in tables often leads to a disconnect in governance, requiring separate permission models for the table and the underlying storage. FILE type integrates with Databricks' Unity Catalog, extending row and column-level access controls to these unstructured assets. Furthermore, when a row containing a FILE is deleted, the associated binary file is also removed from object storage, simplifying compliance and data lifecycle management. This eliminates orphaned files and ensures data deletion requests are handled comprehensively.

The FILE type is designed for broad integration. It connects directly to sources like SharePoint and Google Drive via Lakeflow connectors, or it can reference data already residing in cloud storage without requiring data movement. Declarative Pipelines support incremental processing, ensuring that only new or modified documents are processed, reducing costs associated with expensive model API calls. Databricks, a company that has raised $7B and holds a post-money valuation of $134B according to StartupHub.ai data, is positioned as a major player in the data and AI infrastructure space. Its competitors, such as Palantir Technologies (StartupHub score 85/100) and Alphabet (StartupHub score 79/100), also offer advanced data management and AI capabilities, but Databricks' native FILE type offers a distinct approach to unifying multimodal data within the lakehouse architecture.

Future Developments

Databricks has outlined a roadmap that includes features for faster experimentation without duplicating data, enabling versioning and cloning of data without copying binaries. Direct streaming of datasets into PyTorch for GPU-ready tensors is also planned. Additionally, the platform aims to allow feature engineering, such as creating embeddings or classifications, without rewriting entire tables, and to support direct search and retrieval from the table itself using vector and full-text indexes. This suggests a future where unstructured data is as easily managed and analyzed as structured data, accelerating AI development across industries.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.