All Data and AI Weekly #242–18 May 2026
Snowflake has introduced several new AI and data management features, including AI_CLASSIFY for document categorization and Cortex Search Auto-Suspend for cost savings. Upcoming events include Snowflake Summit 2026, where Tim Spann will present on NiFi and AI agents. The community is also contributing tools and guides for building AI agents, data pipelines, and governance models using Snowflake's platform.
- ▪Snowflake launched AI_CLASSIFY in public preview to automatically categorize documents like PDFs and CSVs using SQL.
- ▪Cortex Search Auto-Suspend entered preview to reduce costs by suspending idle services.
- ▪Per-function AI privileges are now generally available, allowing fine-grained access control to AI functions.
- ▪Microsoft Copilot Studio integrated with Snowflake Cortex via MCP, and Perplexity AI added a native Snowflake connector.
- ▪Tim Spann will speak at Snowflake Summit 2026 on NiFi and Agents, with multiple virtual labs and events leading up to the conference.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1540416) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Timothy Spann Posted on May 17 All Data and AI Weekly #242–18 May 2026 #ai #data #news #sql All Data and AI Weekly #242-18 May 2026 ( AI, Data, Agentic AI, Cortex Code, NiFi, Iceberg, Polaris, Streamlit, Python, Java, SQL, MCP, LLM, RAG, Cortex AI, AISQL, Search, Unstructured Data ) Tim's Corner: Document AI Gets Smarter, Summit is Two Weeks Away Welcome to issue 242! This week Snowflake shipped AI_CLASSIFY for documents in public preview - automatically categorize PDFs, DOCX, CSVs…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).