Skip to content

Releases: Snowflake-Labs/unified-data-stack-for-incident-management

macro driven Cortex Search and Agent deployment with externalized agent spec YAML.

29 Mar 23:49
5b57149

Choose a tag to compare

This release primarily upgrades the deployment ease for Cortex Search and Cortex Agent services.
For Cortex Agent particularly, the dbt macro can now detect if agent exists and then run ALTER AGENT command instead of replacing with new Agent object. The Agent now also captures metadata through COMMENTs to include spec file name, auto-generated versions, update timestamp to allow for better traceability in production.

What's Changed

  • Updates to Cortex Agent and Cortex Search deployments as managed through dbt macro ops. by @sfc-gh-clakkad in #9

Full Changelog: v2.0.0...v2.1.0

Unified Data Stack with SiS UI

21 Nov 03:47

Choose a tag to compare

This version of the Unified Data Stack showcases an end-to-end flow that processes text/file messages from Slack as incoming incident notifications and displays basic metrics in a Streamlit in Snowflake dashboard for illustration.

v1.0.2 primarily focuses on showcasing OpenFlow Slack connector and AISQL based transformations using dbt Projects on Snowflake with Streamlit as the frontier UI for analytics.

Unified Data Stack with Unstructured Data Processing

28 Nov 01:37

Choose a tag to compare

Upgraded version of the dbt Project pipeline that includes:

  • Unstructured data processing for text chunking as well as Q&A extraction
  • Cortex services deployment including Cortex Search, Semantic View, and Cortex Agents