Skip to main content
The context selector is the pill-shaped button in the platform’s top navigation that shows your current execution context. Use it to switch between data planes, choose compute pools, and set database and schema scope.
The context selector replaces the previous “Data Plane” dropdown. It now includes compute pool, database, and schema settings alongside data plane selection.

Prerequisites

  • A Narrative account with access to at least one data plane

Reading the current context

The context selector displays your current settings as a segmented pill button in the top navigation:
SegmentWhat it showsExample
Data plane (icon + name)The active data plane where operations executeNarrative DCP
Compute poolThe compute resources used for query executionShared
DatabaseThe active database within the data planeDEFAULT
SchemaThe active schema within the databaseDEFAULT

Changing your execution context

1

Open the context selector

Click the pill button in the top navigation to open the context flyout. The flyout displays four columns—one for each dimension of your execution context.
2

Select a data plane

Click a data plane in the first column. This resets the downstream columns (compute pool, database, and schema) since available options depend on the selected data plane.
3

Select a compute pool

Click a compute pool in the second column. The available options depend on your data plane’s provider—see Compute Pools for details on each type.
4

Select database and schema

Select a database in the third column, then a schema in the fourth column. Selecting the schema confirms your choices and closes the flyout.

Shortcuts

When downstream columns have only a single option, you can double-click a selection to auto-commit the remaining choices and close the flyout immediately. This is common when a data plane has only one compute pool and default database/schema.

Canceling

Click anywhere outside the flyout to discard your changes. Your previous execution context remains active.

Common scenarios

Single data plane user

If your account has access to only one data plane, the context selector auto-selects it for you. You may never need to interact with the context selector—your context is set automatically with sensible defaults.

Switching compute pools for a production query

If you’ve been running exploratory queries on a shared compute pool, switch to a dedicated pool before running production workloads:
  1. Click the context selector
  2. Keep your current data plane selected
  3. Select Dedicated in the compute pool column
  4. Confirm database and schema selections
Your subsequent queries will use dedicated compute resources until you switch back.

Working across multiple data planes

If your organization has multiple data planes (for example, a Narrative-hosted plane and a customer Snowflake instance), use the context selector to switch between them. Remember that datasets, queries, and other objects are scoped to the selected data plane—switching data planes changes what’s visible across the platform.
The full context selector is available on desktop. On mobile, a simplified data plane dropdown appears in the navigation menu.