Skip to main content
Version: Next

Datasource

catalogstringnullable

Datasource catalog

database_namestring

Datasource name

datasource_namestring

The datasource name.

datasource_typestringrequired

The type of dataset/datasource identified on datasource_id.

Possible values: [table, dataset, query, saved_query, view]

schemastring

Datasource schema

Datasource
{
"catalog": "string",
"database_name": "string",
"datasource_name": "string",
"datasource_type": "table",
"schema": "string"
}