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/