/
New feature GA

Lakehouse Federation

Lakehouse Federation is a Databricks data governance capability, introduced 2023.

Query external databases (Postgres, MySQL, Snowflake, Redshift, and more) in place through Unity Catalog foreign catalogs, with query pushdown and governance - no data movement.

  • Query Postgres, Snowflake, or Redshift right where they live through 'foreign catalogs' - with pushdown, so the filtering happens on the source system and the data never moves.
  • The access is strictly read-only - you can query the foreign system but never write back to it.

Limitations: Federated queries are read-only (except legacy Hive metastore federation), don't use Databricks query caching (Result Cache and Disk Cache), lowercase table and schema names, ignore names invalid in Unity Catalog, and can't federate foreign tables with case-sensitive identifiers for Azure Synapse or Redshift.

Open in REbricked →
Category
Data governance
Introduced
2023
Also known as
Query Federation, foreign catalogs, catalog federation
Verified
2026-07-18

Sources

Related in Data governance