COF-C02 · Question #477
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
The correct answer is D. BUILD_STAGE_FILE_URL. Purpose: The BUILD_STAGE_FILE_URL function generates a temporary, pre-signed URL that allows you to access a file within a Snowflake stage (internal or external). This URL requires authentication to use. Security: The URL has a limited lifespan, enhancing security. Use Cases…
Question
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
Options
- AGET_STATE_LOCATION
- BGET_PRESENT_URL
- CBUILD_SCOPED_FILE_URL
- DBUILD_STAGE_FILE_URL
How the community answered
(36 responses)- A3% (1)
- B8% (3)
- C3% (1)
- D86% (31)
Explanation
Purpose: The BUILD_STAGE_FILE_URL function generates a temporary, pre-signed URL that allows you to access a file within a Snowflake stage (internal or external). This URL requires authentication to use. Security: The URL has a limited lifespan, enhancing security. Use Cases: Sharing staged data with external tools or applications, or downloading it directly.
Topics
Community Discussion
No community discussion yet for this question.