Glue Data Catalog
Update the Aporia IAM role for Glue Data Catalog access
Step 1: Obtain your aporia IAM role
Step 2: Create an access policy


{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "glue:GetConnections" ], "Resource": [ "arn:aws:glue:<REGION>:<ACCOUNT_ID>:catalog", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:connection/*" ] }, { "Effect": "Allow", "Action": [ "glue:GetDatabase", "glue:GetDatabases" ], "Resource": [ "arn:aws:glue:<REGION>:<ACCOUNT_ID>:catalog", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:database/default", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:database/global_temp", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:database/*" ] }, { "Effect": "Allow", "Action": [ "glue:GetTable", "glue:GetTables", "glue:GetPartitions", "glue:GetPartition", "glue:SearchTables" ], "Resource": [ "arn:aws:glue:<REGION>:<ACCOUNT_ID>:catalog", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:database/*", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:table/*" ] }, { "Effect": "Allow", "Action": [ "glue:GetUserDefinedFunctions" ], "Resource": [ "*" ] }, { "Effect": "Allow", "Action": [ "glue:CreateDatabase" ], "Resource": [ "arn:aws:glue:<REGION>:<ACCOUNT_ID>:catalog", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:database/default", "arn:aws:glue:<REGION>:<ACCOUNT_ID>:database/global_temp" ] } ] }
Create a Glue Data Catalog data source in Aporia
Extracting features from JSON
Last updated