March 03, 2025 — Snowflake Cortex Document Processing Usage History

Snowflake announces support for viewing the query usage history for document processing functions. You can use the ACCOUNT_USAGE.CORTEX_DOCUMENT_PROCESSING_USAGE_HISTORY view to see the document processing features, such as Document AI or PARSE_DOCUMENT, that were run and the number of credits that they consume. For example:

SELECT *
  FROM SNOWFLAKE.ACCOUNT_USAGE.CORTEX_DOCUMENT_PROCESSING_USAGE_HISTORY
  WHERE CREDITS_USED > 0.072
Copy

For more information, see CORTEX_DOCUMENT_PROCESSING_USAGE_HISTORY view.

Language: English