How does a scoped URL expire?
How does a scoped URL expire?
A scoped URL expires when the persisted query result period ends. This means that access to the URL is tied to the duration of query result caching, which is usually a temporary period. The expiration period ensures that the URL is not accessible indefinitely and is primarily used for controlled, temporary access to resources.
B The expiration period of Scoped URL: The URL expires when the persisted query result period ends. The expiration period of the File URL: It is permanent. The expiration period of Pre-Signed URL: Length of time specified in the expiration_time argument.
https://docs.snowflake.com/en/user-guide/unstructured-intro Types of URLs Available to Access Files¶ The following types of URLs are available to access files in cloud storage: Scoped URL Encoded URL that permits temporary access to a staged file without granting privileges to the stage. The URL expires when the persisted query result period ends (i.e. the results cache expires), which is currently 24 hours. File URL URL that identifies the database, schema, stage, and file path to a set of files. A role that has sufficient privileges on the stage can access the files. Pre-signed URL Simple HTTPS URL used to access a file via a web browser. A file is temporarily accessible to users via this URL using a pre-signed access token. The expiration time for the access token is configurable.
Should be B
Should be B.
B. expires when the persisted query result period ends.
B. expires when the persisted query result period ends.
B correct
correct answer -- B
The URL expires when the persisted query result period ends (i.e. the results cache expires), which is currently 24 hours.
Expiration Expiration period for the query results cache (currently 24 hours). https://docs.snowflake.com/en/user-guide/unstructured-intro
Correct Answer -- B