From 5192f3247ec93b3cd241f6366e3da7435384b246 Mon Sep 17 00:00:00 2001 From: Sonu Ram Date: Tue, 5 May 2026 14:56:26 +0530 Subject: [PATCH] Add semantic report boolean field --- api-spec/openapiSpecv3-2_0.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 5b477a9ff..cecffaf5f 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -4972,6 +4972,11 @@ "description": "Upload DBT Manifest and Catalog artifact files as a ZIP file. This field is mandatory if the connection was created with import_type ‘ZIP_FILE’", "type": "string", "format": "binary" + }, + "include_semantic_report": { + "description": "If true, includes a `semantic_report` per model showing which components were imported or skipped. Each component includes its name, type (such as dimension, measure, or metric), import status, SQL expression, and the corresponding generated ThoughtSpot formula.", + "type": "boolean", + "nullable": true } }, "required": [ @@ -5056,7 +5061,7 @@ "type": "string" }, "model_tables": { - "description": "List of Models and their respective Tables\nExample: '[{\"model_name\": \"model_name\", \"tables\": [\"table_name\"]}]'", + "description": "List of Models and their respective Tables\nExample: '[{\"model_name\": \"model_name\", \"model_path\": \"model_path\", \"tables\": [\"table_name\"]}]'", "type": "string", "format": "json" }, @@ -5078,6 +5083,11 @@ "description": "Upload DBT Manifest and Catalog artifact files as a ZIP file. This field is mandatory if the connection was created with import_type ‘ZIP_FILE’", "type": "string", "format": "binary" + }, + "include_semantic_report": { + "description": "If true, includes a `semantic_report` per model showing which components were imported or skipped. Each component includes its name, type (such as dimension, measure, or metric), import status, SQL expression, and the corresponding generated ThoughtSpot formula.", + "type": "boolean", + "nullable": true } }, "required": [