Sep 25, 2025: FILE data type (General availability)

The FILE data type enables multimodal Cortex AI Functions workflows with unstructured data stored on internal or external stages. FILE values provide a way to reference files without encapsulating the actual file content. FILE objects let you:

  • Store references to files in tables and pass them to Cortex AI Functions like AI_COMPLETE, AI_CLASSIFY, AI_EXTRACT, AI_PARSE_DOCUMENT, and AI_TRANSCRIBE for automated multimodal processing workflows.

  • Vermeiden Sie das Duplizieren von Dateidaten, und verarbeiten Sie diese effizienter, indem Sie FILE-Werte erstellen und als Verweise übergeben.

  • Integrieren Sie in bestehende Datenarchitekturen, indem Sie DIRECTORY-Funktionen mit TO_FILE kombinieren, um FILE-Verweise für ganze Sammlungen von Dateien für die Batchverarbeitung zu erstellen.

Weitere Informationen finden Sie unter FILE-Datentyp und die TO_FILE-Funktion.