PROFESSIONAL-DATA-ENGINEER · Question #232
PROFESSIONAL-DATA-ENGINEER Question #232: Real Exam Question with Answer & Explanation
The correct answer is A: Assign the users/groups data viewer access at the table level for each table. Explanation/Reference: Now it is feasible to provide table level access to user by allowing user to query single table and no other table will be visible to user in same dataset.
Question
You are migrating your data warehouse to BigQuery. You have migrated all of your data into tables in a dataset. Multiple users from your organization will be using the data. They should only see certain tables based on their team membership. How should you set user permissions?
Options
- AAssign the users/groups data viewer access at the table level for each table
- BCreate SQL views for each team in the same dataset in which the data resides, and assign the users/ groups data viewer access to the SQL views
- CCreate authorized views for each team in the same dataset in which the data resides, and assign the users/groups data viewer access to the authorized views
- DCreate authorized views for each team in datasets created for each team. Assign the authorized views data viewer access to the dataset in which the data
Explanation
Explanation/Reference: Now it is feasible to provide table level access to user by allowing user to query single table and no other table will be visible to user in same dataset.
Community Discussion
No community discussion yet for this question.