Snowflake · Schema

VerifiedQuerySuggestion

A suggestion to add or remove or replace a Verified Query to a semantic model.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
score number Score of the suggestion, higher is better.
View JSON Schema on GitHub

JSON Schema

cortex-analyst-verified-query-suggestion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VerifiedQuerySuggestion",
  "type": "object",
  "description": "A suggestion to add or remove or replace a Verified Query to a semantic model.",
  "properties": {
    "score": {
      "type": "number",
      "description": "Score of the suggestion, higher is better."
    }
  }
}