Valid SOL-C01 Dumps shared by ExamDiscuss.com for Helping Passing SOL-C01 Exam! ExamDiscuss.com now offer the newest SOL-C01 exam dumps, the ExamDiscuss.com SOL-C01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SOL-C01 dumps with Test Engine here:
You are developing a Snowpark Python application that needs to read data from an external stage. You have already created the stage named which points to an AWS S3 bucket containing Parquet files. However, when attempting to read the data using , you encounter an error indicating insufficient privileges. Which of the following actions are necessary to grant the Snowpark application the required permissions to access the data in the external stage? Choose all that apply:
Correct Answer: A,C
To access data in an external stage, the role executing the Snowpark application needs the `USAGE privilege on the stage itself. Additionally, the storage integration associated with the stage needs to be properly configured with an AWS IAM role that has read access to the underlying S3 bucket. Granting USAGE grants the ability to 'use' the stage object in SQL statements. Without proper configuration of the IAM role and storage integration, Snowflake cannot authenticate with the S3 bucket to retrieve the data.