ViewTable
View backing reference. All tables (including primary) carry an alias.
aliasAlias (string)required
SQL alias used in column references
typeType (string)required
Backing resource category
Possible values: [dataset, source]
resourceResource (string)required
Identifier of the dataset or source used by this view table.
ViewTable
{
"alias": "string",
"type": "dataset",
"resource": "string"
}