A user executed a SELECT query in Snowsight which returned a 1 GB result set. The user then downloads the files.
What will occur?
The result set will be successfully downloaded from Snowsight.
The result set will be automatically compressed and the data will be downloaded as individual files.
The download will fail because the result set needs to be broken up into files no greater than 50 MB before downloading.
The download will result in an error because the filters of the SELECT query need to be changed so that Snowsight returns a smaller result set.
Submit