[
https://issues.apache.org/jira/browse/AIRFLOW-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225613#comment-16225613
]
ASF subversion and git services commented on AIRFLOW-1695:
----------------------------------------------------------
Commit 4fb7a90b36ec1daf169a65aa4adf28a31b30fbc5 in incubator-airflow's branch
refs/heads/master from [~andyxhadji]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4fb7a90 ]
[AIRFLOW-1695] Add RedshiftHook using boto3
Adds RedshiftHook class, allowing for management
of AWS Redshift
clusters and snapshots using boto3 library. Also
adds new test file and
unit tests for class methods.
Closes #2717 from andyxhadji/1695
> Redshift Hook using boto3 & AWS Hook
> ------------------------------------
>
> Key: AIRFLOW-1695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1695
> Project: Apache Airflow
> Issue Type: New Feature
> Reporter: Andy Hadjigeorgiou
> Assignee: Andy Hadjigeorgiou
> Priority: Minor
> Fix For: 1.9.0
>
>
> I'd like to add AWS Redshift management capabilities working from the boto3
> PR (https://github.com/apache/incubator-airflow/pull/2532). I propose
> creating a Redshift Hook (that extends AWS Hook class) that uses the boto3
> client to manage clusters. Included will be the ability to image, shut-down,
> create clusters from images, and check cluster status.
> I'm currently working on this, will post PR soon.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)