[
https://issues.apache.org/jira/browse/AIRFLOW-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bhavika updated AIRFLOW-6319:
-----------------------------
Description:
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 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.
was:
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.
> 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 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 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)