Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/datasource.Schema.json
2026-05-18 12:59:39 -07:00

2 lines
569 B
JSON

{"schema":{"properties":{"catalog":{"description":"Datasource catalog","nullable":true,"type":"string"},"database_name":{"description":"Datasource name","type":"string"},"datasource_name":{"description":"The datasource name.","type":"string"},"datasource_type":{"description":"The type of dataset/datasource identified on `datasource_id`.","enum":["table","dataset","query","saved_query","view"],"type":"string"},"schema":{"description":"Datasource schema","type":"string"}},"required":["datasource_type"],"type":"object","title":"Datasource"},"schemaType":"response"}