Skip to main content
This parameter is required in topic files.
Defines the base view for the topic. Values should be unquoted. Quotes will be removed/ignored upon saving.

Syntax

base_view: <view_name>

# Use <schema>__<view> to specify a schema
base_view: <schema>__<view_name>

Properties

base_view
string
required
The base view for the topic. Use <schema>__<view> format to specify a schema. Values should be unquoted.

Examples

View only
base_view: users
Schema and view
base_view: main__users