Snowflake-Labs/sfguide-building-audiences-with-snowflake-cortex
PLpgSQL
Captured source
source ↗Snowflake-Labs/sfguide-building-audiences-with-snowflake-cortex
Language: PLpgSQL
License: Apache-2.0
Stars: 1
Forks: 1
Open issues: 0
Created: 2025-10-03T14:35:12Z
Pushed: 2025-11-25T00:13:39Z
Default branch: main
Fork: no
Archived: no
README:
Building Audiences with Snowflake Cortex
Overview
Through this quickstart guide, you will build and deploy three intelligent Cortex Agents—for Retail, Financial Services, and Gaming—that enable natural language audience building and customer analytics. Powered by Snowflake Cortex Analyst and industry-specific semantic models, these agents translate conversational questions into precise SQL queries, allowing you to analyze customer behavior, build targeted marketing segments, and materialize audiences directly in Snowflake Intelligence—no SQL required.
Step-By-Step Guide
For prerequisites, setup, step-by-step guide and instructions, please refer to the QuickStart Guide.
Repository Structure
├── README.md # This guide ├── LEGAL.md # Legal notices ├── LICENSE.md # License information ├── scripts/ # SQL and configuration files │ ├── setup.sql # Database and schema setup script │ ├── teardown.sql # Cleanup script │ └── semantic_models/ # Industry-specific semantic models │ ├── retail_customer.yaml # Retail industry semantic model │ ├── fsi_customer.yaml # Financial Services semantic model │ └── gaming_customer.yaml # Gaming industry semantic model