Skip to content

Commit

Permalink
Update redshift-qs.md (#4488)
Browse files Browse the repository at this point in the history
image not rendering due to case sensitivity. updated image URL to S3
instead s3. also adding more clarity that `IAM` doesn't support dbt
cloud per cs feedback.
  • Loading branch information
mirnawong1 authored Nov 16, 2023
2 parents 873f6c5 + 9f19ef8 commit 343bef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ pip is the easiest way to install the adapter:
The authentication methods that dbt Core supports are:

- `database` — Password-based authentication (default, will be used if `method` is not provided)
- `IAM` — IAM
- `IAM` — IAM

For dbt Cloud users, log in using the default **Database username** and **password**. This is necessary because dbt Cloud does not support `IAM` authentication.

Click on one of these authentication methods for further details on how to configure your connection profile. Each tab also includes an example `profiles.yml` configuration file for you to review.

Expand Down
5 changes: 2 additions & 3 deletions website/docs/guides/redshift-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can check out [dbt Fundamentals](https://courses.getdbt.com/courses/fundamen

<Lightbox src="/img/redshift_tutorial/images/cluster_overview.png" title="Available Redshift Cluster" />

7. You might be asked to Configure account. For the purpose of this sandbox environment, we recommend selecting “Configure account”.
7. You might be asked to Configure account. For this sandbox environment, we recommend selecting “Configure account”.

8. Select your cluster from the list. In the **Connect to** popup, fill out the credentials from the output of the stack:
- **Authentication** &mdash; Use the default which is **Database user name and password** (NOTE: IAM authentication is not supported in dbt Cloud).
Expand All @@ -82,8 +82,7 @@ Now we are going to load our sample data into the S3 bucket that our Cloudformat

2. Now we are going to use the S3 bucket that you created with CloudFormation and upload the files. Go to the search bar at the top and type in `S3` and click on S3. There will be sample data in the bucket already, feel free to ignore it or use it for other modeling exploration. The bucket will be prefixed with `dbt-data-lake`.

<Lightbox src="/img/redshift_tutorial/images/go_to_s3.png" title="Go to S3" />

<Lightbox src="/img/redshift_tutorial/images/go_to_S3.png" title="Go to S3" />

3. Click on the `name of the bucket` S3 bucket. If you have multiple S3 buckets, this will be the bucket that was listed under “Workshopbucket” on the Outputs page.

Expand Down

0 comments on commit 343bef4

Please sign in to comment.