snowflake.snowpark.files.SnowflakeFile.writable

SnowflakeFile.writable() bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.37.0/src/snowflake/snowpark/files.py#L482-L489)

See https://docs.python.org/3/library/io.html#io.IOBase.writable (https://docs.python.org/3/library/io.html#io.IOBase.writable)

Returns whether or not the stream is writable.

Language: English