Skip to main content
If not defined explicitly, Omni will infer table_name: {view_name}.

Syntax

table_name: <table_name>

Properties

table_name
string
The name of the database table underlying the view. If not specified, defaults to the view file name.

Examples

orders table in ecomm schema
schema: ecomm
table_name: orders