-
Notifications
You must be signed in to change notification settings - Fork 946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IAM Authentication to dbt-postgres #3799
Add IAM Authentication to dbt-postgres #3799
Conversation
Hello!👋 Thanks for contributing to the dbt product documentation and opening this pull request! ✨ |
✅ Deploy Preview for docs-getdbt-com ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi there @christopherscholz you can @mention me when this is ready for review and I will triage it to a writer and devX duo. |
@runleonarun is attempting to deploy a commit to the dbt-labs Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Removed this from 1.7 milestone added related issue to 1.8 for now |
The attached issue in the Core repo was closed on April 10th (due to the decoupling of adapters). There was not a new one attached and since this has been in draft for a little over a year, I am closing this as well. If we need to revisit, we can absolutely re-open this. |
closes #3798
What are you changing in this pull request and why?
This change is connected to dbt-labs/dbt-core#8187.
The PR adds the ability to use AWS IAM Authentication for dbt-postgres. This extends the options in the
profiles.yml
. The updates are documented in this PR.Checklist