Exam GES-C01 Topic 1 Question 26 Discussion
Actual exam question for Snowflake's GES-C01 exam
Question #: 26
Topic #: 1
Question #: 26
Topic #: 1
A new Gen AI specialist is setting up Document AI. They have successfully created the necessary database, schema, and a custom role named 'doc_ai specialist_role'. This custom role has been granted the 'SNOWFLAKE.DOCUMENT INTELLIGENCE CREATOR database role. However, when the specialist attempts to create a new Document AI model build in Snowsight, they receive the error: Unable to create a build on the specified database and schem a. Please check the documentation to learn more.
What is the most likely missing privilege for the that is preventing the model build creation?
What is the most likely missing privilege for the that is preventing the model build creation?
Suggested Answer: C Vote an answer
The error message 'Unable to create a build on the specified database and schema' points directly to insufficient privileges for creating the model build itself. While the database role enables working on Document AI models and using SQL for extraction, specific object privileges are required to create the model 'build' in a given schema. The documentation explicitly states that 'CREATE SNOWFLAKE.ML.DOCUMENT_INTELLIGENCE on the schema is required to create model builds (instances of the 'DOCUMENT INTELLIGENCE' class), along with 'CREATE MODEL' on the schema. Option A (USAGE on database) is a general prerequisite but not the direct cause of this specific 'unable to create a build' error. Option B CCREATE TABLE) is for creating tables, not model builds. Option D (s EXECUTE TASK) is required for running tasks in a pipeline, not for model build creation. Option E is incorrect as warehouse size primarily impacts cost and performance, not the ability to create a model build due to privileges.
by Elroy at Sep 06, 2026, 02:24 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).