Skip to content

Commit

Permalink
Merge pull request #10 from aws-solutions-library-samples/kruthi-dev
Browse files Browse the repository at this point in the history
adding athena queries notebook
  • Loading branch information
krao14 authored Dec 17, 2024
2 parents 5fd571e + 4fbd07d commit bb7c42e
Show file tree
Hide file tree
Showing 2 changed files with 1,898 additions and 0 deletions.
4 changes: 4 additions & 0 deletions preprocess-multimodal-data/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Before running the preprocessing notebooks, you will need to create a SageMaker domain if you haven't already and provide the necessary Lake Formation and Athena permissions.

The preprocessing notebooks directly take data from S3. For queries used to generate the S3 files used in the preprocessing notebooks, refer to the single-patient-records.ipynb notebook.

### Create a SageMaker domain

You can skip this step if you already have a SageMaker domain setup and move on to provide the necessary persmissions.
Expand All @@ -18,3 +20,5 @@ You can skip this step if you already have a SageMaker domain setup and move on
4. Go to **IAM** service page. Click on **Roles**. Search for the execution role created in the previous step. Click on the execution role.
5. Click on **Add permissions** and **Attach policies**. Select **AmazonAthenaFullAccess** and **Add permissions**.
6. Go back to the SageMaker domain in your SageMaker console. Under **User profiles**, click on **Launch** and select **Studio**. Wait for the Studio to launch.


Loading

0 comments on commit bb7c42e

Please sign in to comment.