ExamGecko
Question list
Search
Search

List of questions

Search

Question 125 - ARA-C01 discussion

Report
Export

An Architect is designing a file ingestion recovery solution. The project will use an internal named stage for file storage. Currently, in the case of an ingestion failure, the Operations team must manually download the failed file and check for errors.

Which downloading method should the Architect recommend that requires the LEAST amount of operational overhead?

A.
Use the Snowflake Connector for Python, connect to remote storage and download the file.
Answers
A.
Use the Snowflake Connector for Python, connect to remote storage and download the file.
B.
Use the get command in SnowSQL to retrieve the file.
Answers
B.
Use the get command in SnowSQL to retrieve the file.
C.
Use the get command in Snowsight to retrieve the file.
Answers
C.
Use the get command in Snowsight to retrieve the file.
D.
Use the Snowflake API endpoint and download the file.
Answers
D.
Use the Snowflake API endpoint and download the file.
Suggested answer: B

Explanation:

The get command in SnowSQL is a convenient way to download files from an internal stage to a local directory. The get command can be used in interactive mode or in a script, and it supports wildcards and parallel downloads.The get command also allows specifying the overwrite option, which determines how to handle existing files with the same name2

The Snowflake Connector for Python, the Snowflake API endpoint, and the get command in Snowsight are not recommended methods for downloading files from an internal stage, because they require more operational overhead than the get command in SnowSQL. The Snowflake Connector for Python and the Snowflake API endpoint require writing and maintaining code to handle the connection, authentication, and file transfer.The get command in Snowsight requires using the web interface and manually selecting the files to download34Reference:

1: SnowPro Advanced: Architect | Study Guide

2: Snowflake Documentation | Using the GET Command

3: Snowflake Documentation | Using the Snowflake Connector for Python

4: Snowflake Documentation | Using the Snowflake API

: Snowflake Documentation | Using the GET Command in Snowsight

:SnowPro Advanced: Architect | Study Guide

:Using the GET Command

:Using the Snowflake Connector for Python

:Using the Snowflake API

: [Using the GET Command in Snowsight]

asked 23/09/2024
Alex Rector
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first