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

snowflake.snowpark.GetResult¶

class snowflake.snowpark.GetResult(file: str, size: str, status: str, message: str)[source]¶

Bases: tuple

Represents the results of downloading a file from a stage location to the local file system.

Methods

Attributes

file

The downloaded file path.

message

The detailed message about the download status.

size

The size in bytes of the downloaded file.

status

Indicates whether the download is successful.