You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bhavika (Jira)" <ji...@apache.org> on 2019/12/20 19:30: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=17001164#comment-17001164 ] 

Bhavika commented on AIRFLOW-6319:
----------------------------------

Opened a PR [https://github.com/apache/airflow/pull/6871]

> 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: contrib
>    Affects Versions: 1.10.6
>            Reporter: Bhavika
>            Assignee: Bhavika
>            Priority: Minor
>             Fix For: 1.10.7
>
>
> The AWS Athena hooks ans 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 make that the parameter default 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)