Get AI summaries of any video or article — Sign up free
Notion just changed how databases work thumbnail

Notion just changed how databases work

5 min read

Based on Thomas Frank Explains's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Notion’s multi-source databases let one database block contain multiple data sources, each with views tied to a specific source.

Briefing

Notion’s latest database update lets a single database block contain multiple “data sources,” a structural change that’s already triggering confusion because it sounds similar to the long-requested ability to merge multiple databases into one unified view. In practice, the new capability is narrower: it lets each view inside a database block point to different internal (or external) data sources, but it does not automatically create a view that mixes rows from multiple sources into one combined table.

The update is rolling out gradually, but once enabled, users see a “new data source” option inside an existing database. Instead of creating separate database blocks—one for notes and another for tags—people can keep the overall structure inside a single database block and add additional data sources within it. A typical note-taking setup becomes: one data source for the notes themselves and another for tags. Views then attach to those sources, so switching between views can show different properties (for example, notes views might expose content fields while tags views expose tag-specific fields).

A key operational detail is permissions. Access controls are set at the database block level, not per data source. That means changing sharing settings for the database affects every data source contained within that block, including any views tied to them.

Equally important is what the feature is not. “Parent multiple data sources in a single database” does not mean “show a single table that combines records from multiple databases.” The transcript highlights that the only place Notion currently offers a true multi-source unified view is the Notion Home “My tasks” widget. For users hoping to build a single “Do today” view that pulls tasks from both a personal tasks database and a team tasks database, this update doesn’t deliver that outcome.

The change also introduces practical migration and integration concerns. Notion has released an API upgrade (referenced as “upgrading to 2025 0903”), and integrations such as Zapier, Make.com, Pipedream, n8n, and Flylighter must update to handle databases with two or more data sources. Until developers and workflow builders catch up, automations can break. The transcript notes a mitigation path: moving a data source out of a multi-source database block back into a single-source database restores compatibility for older API behavior.

Finally, the transcript spends time clarifying the underlying terminology that’s now more confusing than before. In Notion’s block model, databases are blocks, but “data sources” sit between the database block and the pages inside it. Views are another layer: they are child entities of the database block that define filters, sorting, grouping, and property visibility, and they point to a specific data source. The update effectively blurs the old distinction between “linked database blocks” (which created views pointing to external sources) and “database blocks” (which held internal sources), because a single database block can now host multiple internal data sources and also include views that link to external data sources.

Despite the structural significance, the transcript argues against retrofitting existing systems immediately. For most individual users, it doesn’t deliver a clear productivity boost, and it can add confusion for teams and risk automation breakage. The safer approach is to adopt it for new builds, while keeping older templates stable until integrations fully catch up.

Cornell Notes

Notion’s update adds “multiple data sources” inside a single database block, letting different views within that block point to different sources. This changes database structure—data sources now sit between the database block and the pages, while views define how each source is displayed (filters, sorting, visible properties). The feature is often misunderstood: it does not automatically create a unified view that merges rows from multiple databases; that capability is limited (notably in the Home “My tasks” widget). Permissions are applied at the database block level, so access changes affect every data source inside the block. Because integrations need an API upgrade to handle multi-source databases, automations may break until providers update, so moving back to a single-source database can restore compatibility.

What does “multiple data sources in a single database” actually do in day-to-day building?

Instead of creating separate database blocks (e.g., one for notes and another for tags), users can add a second “data source” inside the same database block. Each data source then has one or more views attached to it. Switching views can reveal different properties because each view is tied to a different underlying data source (notes view shows notes properties; tags view shows tag properties).

Why do many people confuse this with “unified multi-database views,” and what’s the correction?

The wording sounds like it should let one table show records from multiple databases at once. The transcript clarifies that the update does not create a single view that mixes rows from multiple sources. Instead, views point to one data source each. A true multi-source unified view is only mentioned as available in the Notion Home “My tasks” widget, not as a general database feature.

How do permissions work when a database block contains multiple data sources?

Sharing and access settings are applied at the database block level, not at the individual data source level. So if a user changes the database’s access from “full access” to “can edit content,” that rule applies to all data sources contained within that database block.

What happens to automations and integrations when adopting multi-source databases?

Notion references an API upgrade (“upgrading to 2025 0903”). Integrations like Zapier, Make.com, Pipedream, n8n, and Flylighter must update to support databases with two or more data sources. Until they do, workflows can break. The transcript also notes a workaround: moving a data source out of a multi-source database block back into a single-source database can restore compatibility for older API behavior.

How do database blocks, data sources, and views relate after this change?

Databases are blocks. Data sources are not blocks, but they sit between the database block and the pages they contain—they are the direct parent of those pages. Views are also not the same thing as data sources: views are child entities of the database block and define presentation logic like property visibility, filters, sorting, grouping, and conditional formatting. Multiple views can point to the same data source, and views can also link to external data sources.

Can a single database block mix internal and external data sources?

Yes. The transcript describes creating multiple views inside one database block where some views point to internal data sources (created within the block) and at least one view can link to a data source that lives in a different database block. Notion indicates linked views with an arrow icon, reflecting the external linkage.

Review Questions

  1. In a multi-source database block, how does a view determine which properties and records it shows?
  2. What is the key limitation of multi-source databases compared with a unified “merge rows from multiple databases” view?
  3. Why might an automation break after adding a second data source, and what workaround is suggested?

Key Points

  1. 1

    Notion’s multi-source databases let one database block contain multiple data sources, each with views tied to a specific source.

  2. 2

    Views define how data is displayed (filters, sorting, grouping, and property visibility) and point to one data source at a time.

  3. 3

    The update does not provide a general unified view that merges rows from multiple databases; multi-source unification is limited (e.g., Home “My tasks”).

  4. 4

    Permissions are set at the database block level, so access changes apply to every data source inside that block.

  5. 5

    Integrations may break until providers update to the referenced Notion API upgrade; moving back to a single-source database can restore compatibility.

  6. 6

    The terminology matters more now: databases are blocks, data sources sit between databases and pages, and views are the presentation layer tied to data sources.

Highlights

A single database block can now hold multiple data sources, but each view still points to one source—so nothing automatically “merges” records across sources.
Permissions apply to the whole database block, not to individual data sources inside it.
Notion’s API upgrade (2025 0903) is a practical adoption hurdle: automations may fail until integrations update.
The old distinction between linked database blocks and database blocks is effectively blurred because one database block can host both internal sources and views that link externally.

Topics

Mentioned

  • API