agent_services: # List all Cortex Agent services - service_name: "" description: > # Describe contents of the agent service" "" database_name: "" schema_name: "" - service_name: "" description: > # Describe contents of the agent service" "" database_name: "" schema_name: "" search_services: # List all Cortex Search services - service_name: "" description: > # Describe contents of the search service" "" database_name: "" schema_name: "" - service_name: "" description: > # Describe contents of the search service" "" database_name: "" schema_name: "" analyst_services: # List all Cortex Analyst semantic models/views - service_name: "" # Create descriptive name for the service semantic_model: "" # Fully-qualify semantic YAML model or Semantic View description: > # Describe contents of the analyst service" "" - service_name: "" # Create descriptive name for the service semantic_model: "" # Fully-qualify semantic YAML model or Semantic View description: > # Describe contents of the analyst service" "" other_services: # Set desired tool groups to True to enable tools for that group object_manager: True # Perform basic operations against Snowflake's most common objects such as creation, dropping, updating, and more. query_manager: True # Run LLM-generated SQL managed by user-configured permissions. semantic_manager: True # Discover and query Snowflake Semantic Views and their components. sql_statement_permissions: # List SQL statements to explicitly allow (True) or disallow (False). # - All: True # To allow everything, uncomment and set All: True. - Alter: True - Command: True - Comment: True - Commit: True - Create: True - Delete: True - Describe: True - Drop: True - Insert: True - Merge: True - Rollback: True - Select: True - Transaction: True - TruncateTable: True - Unknown: False # To allow unknown or unmapped statement types, set Unknown: True. - Update: True - Use: True