Skip to content

Commit 16e0450

Browse files
committed
Add semantic report boolean field
1 parent 93a7b3d commit 16e0450

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

api-spec/openapiSpecv3-2_0.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4972,6 +4972,11 @@
49724972
"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’",
49734973
"type": "string",
49744974
"format": "binary"
4975+
},
4976+
"include_semantic_report": {
4977+
"description": "If true, includes a `semantic_report` per model showing which components\nwere imported or skipped. Each component includes its name, type (such as\ndimension, measure, or metric), import status, SQL expression, and\ntranslated ThoughtSpot formula.",
4978+
"type": "boolean",
4979+
"nullable": true
49754980
}
49764981
},
49774982
"required": [
@@ -5056,7 +5061,7 @@
50565061
"type": "string"
50575062
},
50585063
"model_tables": {
5059-
"description": "List of Models and their respective Tables\nExample: '[{\"model_name\": \"model_name\", \"tables\": [\"table_name\"]}]'",
5064+
"description": "List of Models and their respective Tables\nExample: '[{\"model_name\": \"model_name\", \"model_path\": \"model_path\", \"tables\": [\"table_name\"]}]'",
50605065
"type": "string",
50615066
"format": "json"
50625067
},
@@ -5078,6 +5083,11 @@
50785083
"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’",
50795084
"type": "string",
50805085
"format": "binary"
5086+
},
5087+
"include_semantic_report": {
5088+
"description": "If true, includes a `semantic_report` per model showing which components\nwere imported or skipped. Each component includes its name, type (such as\ndimension, measure, or metric), import status, SQL expression, and\ntranslated ThoughtSpot formula.",
5089+
"type": "boolean",
5090+
"nullable": true
50815091
}
50825092
},
50835093
"required": [

0 commit comments

Comments
 (0)