From de2f1c33e620bb47386187f562857e0b8b69be59 Mon Sep 17 00:00:00 2001 From: Rajiv Abraham Date: Wed, 17 Aug 2016 17:40:24 -0400 Subject: [PATCH] Doc Update: Refer to sqlalchemy_redshift `redshift_sqlalchemy` is depracated. I have changed references to the latest `sqlalchemy_reshift`. Also see discussion, https://groups.google.com/a/continuum.io/d/msg/blaze-dev/UYVVWBAlabk/BUxsff-0AgAJ --- docs/source/aws.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/aws.rst b/docs/source/aws.rst index bdc930826..6a335c7d9 100644 --- a/docs/source/aws.rst +++ b/docs/source/aws.rst @@ -7,7 +7,7 @@ Dependencies * `boto `_ * `sqlalchemy `_ * `psycopg2 `_ -* `redshift_sqlalchemy `_ +* `sqlalchemy_redshift `_ Setup ----- @@ -28,7 +28,7 @@ Interface ``odo`` provides access to the following AWS services: * `S3 `_ via boto. -* `Redshift `_ via a `SQLAlchemy dialect `_ +* `Redshift `_ via a `SQLAlchemy dialect `_ URIs ----