Skip to main content
Version: Next

GetOrCreateDatasetSchema

always_filter_main_dttmboolean
Default value: false
catalogstringnullable

The catalog the table belongs to

Possible values: <= 250 characters

database_idintegerrequired

ID of database table belongs to

normalize_columnsboolean
Default value: false
schemastringnullable

The schema the table belongs to

Possible values: <= 250 characters

table_namestringrequired

Name of table

template_paramsstring

Template params for the table

GetOrCreateDatasetSchema
{
"always_filter_main_dttm": false,
"catalog": "string",
"database_id": 0,
"normalize_columns": false,
"schema": "string",
"table_name": "string",
"template_params": "string"
}