A data engineering team is planning to build a real-time data pipeline using Snowflake's dynamic tables to process incoming log dat a. They want to use SNOWFLAKE. CORTEX. EXTRACT_ANSWER to pull out specific error codes and timestamps from log entries. They are also mindful of the operational costs. Which of the following statements accurately describes limitations or cost considerations for using SNOWFLAKE . CORTEX. EXTRACT_ANSWER in this scenario?
Correct Answer: A,B
Option A is correct because Snowflake Cortex functions, including , do not support dynamic tables. Option B is correct because for EXTRACT_ANSWER, the number of billable tokens is the sum of the number of tokens in the (source document) and 'question' fields. Option C is incorrect; Snowflake recommends executing queries that call Cortex AISQL functions with a smaller warehouse (no larger than MEDIUM) as larger warehouses do not increase performance. Option D is incorrect; inputs that exceed the model's token limit result in an error, rather than automatic truncation. Option E is incorrect; while the newer 'AI_EXTRACT supports multiple languages, the documentation for "EXTRACT_ANSWER does not explicitly state multi-language support and generally refers to plain English text. Costs are incurred per token regardless of language.