Build and manage your modern data stack using dbt and AWS Glue through dbt-glue

Hi,

I try to follow the “Build and manage your modern data stack using dbt and AWS Glue through dbt-glue” demo, running dbt always drop the “Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied …” error.
I’m digging the dbt-glue documentation and check the needed policies, but I haven’t success.

Does anyone have a working example?

Thanks

Hi,

I’ve found the solution. The AmazonS3FullAccess policy had to be added to the GlueInteractiveSessionRole role in the demo.

See Transform Data with AWS Glue (interactive sessions) :: GET STARTED WITH AMAZON RDS.

Thanks,
Csaba