Predictive Hacks

How to Download Data from SnowSQL to a Local Directory

If you want to download all files in the stage that corresponds to a table called my_table to your local directory, you can run:

get @%my_table file:///your_path/directory/

If you want to download files from a specific path, for example stage_path, in the stage to your local directory, you can run:

get @~/stage_path file:///your_path/your_directory/

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

Subscribe To Our Newsletter

Get updates and learn from the best

More To Explore

Python

Image Captioning with HuggingFace

Image captioning with AI is a fascinating application of artificial intelligence (AI) that involves generating textual descriptions for images automatically.