Step 10: Grant SELECT on the Tables
You must grant the SELECT
permission on the new Data Catalog tables in AWS Lake Formation so
that the data analyst can query the data that the tables point to.
A workflow automatically grants the SELECT
permission on the tables that it
creates to the user who ran it. Because the data lake administrator ran this workflow,
you
must grant SELECT
to the data analyst.
-
On the Lake Formation console, in the navigation pane, under Permissions, choose Data permissions.
-
Choose Grant, and in the Grant permissions dialog box, do the following:
-
For IAM user and roles, choose
datalake_user
. -
For Database, choose
lakeformation_tutorial
.The Table list populates.
-
For Table, choose one or more tables from your data source.
-
For Table permissions, choose Select.
-
-
Choose Grant.
The next step is performed as the data analyst.