You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/03 13:39:00 UTC

[jira] [Commented] (AIRFLOW-6319) Add support for workgroups in AWS Athena

    [ https://issues.apache.org/jira/browse/AIRFLOW-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028945#comment-17028945 ] 

ASF subversion and git services commented on AIRFLOW-6319:
----------------------------------------------------------

Commit c32054768145cfa826e36e320671b07fa0bf1068 in airflow's branch refs/heads/v1-10-test from Bhavika Tekwani
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c320547 ]

[AIRFLOW-6319] Add support for AWS Athena workgroups (#6871)

(cherry-picked from e0b022725)


> Add support for workgroups in AWS Athena 
> -----------------------------------------
>
>                 Key: AIRFLOW-6319
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6319
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: aws, contrib
>    Affects Versions: 1.10.6
>            Reporter: Bhavika
>            Assignee: Bhavika
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.10.8
>
>
> The AWS Athena hooks and operators currently do not provide the ability to use workgroups for running queries. More on the feature here - [https://docs.aws.amazon.com/athena/latest/ug/workgroups.html] & [https://docs.aws.amazon.com/athena/latest/ug/user-created-workgroups.html]
>  
> I propose we add the ability to pass in workgroup names while creating the Athena connection. The default workgroup name in Athena is `default` - so we can pass that to define a connection when a workgroup is not passed in by the user. 
>  
> I can submit a PR but would like some suggestions on how I can expand the test suite to involve a "user created workgroup" that the unit tests can use. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)