본문으로 건너뛰기

ViewTable

View backing reference. All tables (including primary) carry an alias.

aliasAlias (string)필수

SQL alias used in column references

typeType (string)필수

Backing resource category

Possible values: [dataset, source]

resourceResource (string)필수

Identifier of the dataset or source used by this view table.

ViewTable
{
"alias": "string",
"type": "dataset",
"resource": "string"
}