Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
file
Reads a file as string and loads the data into the specified column. The file content is not interpreted. Also see table function file. Syntaxpath— The path of the file relative to user_files_path. Supports wildcards*,**,?,{abc,def}and{N..M}whereN,Mare numbers and'abc', 'def'are strings.default— The value returned if the file does not exist or cannot be accessed. Supported data types: String and NULL.