Sep 11, 2025: Support for Snowflake Cortex AI Functions in incremental dynamic table refresh¶
이제 증분 새로 고침 모드에서 동적 테이블에 대한 SELECT 절에서 :doc:`/user-guide/snowflake-cortex/aisql`을 사용할 수 있습니다. :ref:`label-cortex_llm_ai_function`에 설명된 것과 동일한 가용성 제한을 적용합니다.
Cortex AI Functions let you add AI-powered insights directly to your dynamic tables, automatically analyzing data as it updates. For example, it can classify customer reviews, support tickets, or survey responses as positive/negative or assign categories.
In the following example, review_sentiment uses AI_FILTER to evaluate each review with an LLM. In AI_FILTER, the
prompt The reviewer enjoyed the restaurant with the actual review text. The output column enjoyed is the
classification generated by AI_FILTER based on the prompt, indicating whether the reviewer enjoyed the restaurant.