Snowflake · Schema

SemanticModelSelection

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
index integer The index of the selected semantic model
View JSON Schema on GitHub

JSON Schema

cortex-analyst-semantic-model-selection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SemanticModelSelection",
  "type": "object",
  "properties": {
    "index": {
      "type": "integer",
      "description": "The index of the selected semantic model"
    }
  }
}