You are viewing documentation about an older version (1.39.0). View latest version

snowflake.snowpark.files.SnowflakeFile.readline

SnowflakeFile.readline(size: int = - 1) Sequence[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.39.0/src/snowflake/snowpark/files.py#L380-L395)

From https://docs.python.org/3/library/io.html#io.IOBase.readline (https://docs.python.org/3/library/io.html#io.IOBase.readline)

Read and return one line from the stream. If size is specified, at most size bytes will be read.

Language: English