Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/datasetrestapi-post.Schema.json
2026-07-28 21:39:01 +07:00

33 lines
1.1 KiB
JSON

{
"schema": {
"properties": {
"always_filter_main_dttm": { "default": false, "type": "boolean" },
"catalog": {
"maxLength": 250,
"minLength": 0,
"nullable": true,
"type": "string"
},
"database": { "type": "integer" },
"external_url": { "nullable": true, "type": "string" },
"is_managed_externally": { "nullable": true, "type": "boolean" },
"normalize_columns": { "default": false, "type": "boolean" },
"owners": { "items": { "type": "integer" }, "type": "array" },
"schema": {
"maxLength": 250,
"minLength": 0,
"nullable": true,
"type": "string"
},
"sql": { "nullable": true, "type": "string" },
"table_name": { "maxLength": 250, "minLength": 1, "type": "string" },
"template_params": { "nullable": true, "type": "string" },
"uuid": { "format": "uuid", "nullable": true, "type": "string" }
},
"required": ["database", "table_name"],
"type": "object",
"title": "DatasetRestApi.post"
},
"schemaType": "response"
}