Data engineers often juggle disparate tools for transformation logic, documentation, and pipeline monitoring. Snowflake aims to streamline this with its new AI coding agent, Cortex Code, designed to accelerate development within its platform. This tool is built to understand the nuances of the dbt Snowflake environment.
Unlike general AI assistants, Cortex Code leverages metadata from your Snowflake instance and dbt project. It can generate staging models, automatically apply transformations like casting timestamps and renaming columns to snake_case, and incorporates dbt conventions such as Jinja macros.
Context-Aware Code Generation
Users can prompt Cortex Code to create models from scratch, with the agent generating not just SQL but also integrating necessary configuration and references.